COLOR #10BEEB

HEX: #10BEEB
RGB: (16,190,235)

Color info

#10BEEB contains mainly green and blue colors. Web safe color of #10BEEB is #00CCFF (or #0CF).

RGB color model

#10BEEB color RGB value is (16,190,235).

  • red value is 16;
  • green value is 190;
  • blue value is 235.
RGB:
(16,190,235)
(6%,75%,92%)

RGB channels and saturation

R 16 of 255 = 6%
G 190 of 255 = 75%
B 235 of 255 = 92%

16
190
235

R + G + B ~ 58%. #10BEEB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 190 + 235 = 441 (100%)
R 16 of 441 ~ 3.63%
G 190 of 441 ~ 43.08%
B 235 of 441 ~ 53.29%

%43.08
%53.29

CMYK color model

#10BEEB color CMYK value is (93,19,0,8).

  • cyan value is 93.19%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(93,19,0,8)
C93M19Y0K8 
(93%,19%,0%,8%)
(0.93/0.19/0.00/0.08)	

CMYK percentages

%93.19
%19.15
%0
%7.84

Codes

Color #10BEEB in popluar color models

10BEEB
RGB16190235
HSL192°87.25%49.22%
HSB/HSV192°93.19%92.16%
CMYK93.19%19.15%0.00%
7.84%

Color #10BEEB in popluar number systems.

HEX10BEEB
Decimal16190235
Binary100001011111011101011
Octal20276353

Shades and tints

Shades of #10BEEB

#10BEEB
(16,190,235)
#0FADD6
(15,173,214)
#0E9CC1
(14,156,193)
#0D8BAC
(13,139,172)
#0C7A97
(12,122,151)
#0B6982
(11,105,130)
#0A586D
(10,88,109)
#094758
(9,71,88)
#083643
(8,54,67)
#07252E
(7,37,46)
#061419
(6,20,25)
#000000
(0,0,0)

Tints of #10BEEB

#10BEEB
(16,190,235)
#25C3EC
(37,195,236)
#3AC8ED
(58,200,237)
#4FCDEE
(79,205,238)
#64D2EF
(100,210,239)
#79D7F0
(121,215,240)
#8EDCF1
(142,220,241)
#A3E1F2
(163,225,242)
#B8E6F3
(184,230,243)
#CDEBF4
(205,235,244)
#E2F0F5
(226,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10BEEB color. Also use rgb(16,190,235) instead hex code.

Text Font Color

.myTextColor { color: #10BEEB; }

<p style="color:#10BEEB">This sample text font color is #10BEEB.</p>

This text font color is #10BEEB.


Background Color

.myBgColor { background-color: #10BEEB; }

<div style="background-color:#10BEEB">Inner text</div>

This div background color is #10BEEB.


Border color

.myBorderColor { border: 1px solid #10BEEB; }

<div style="border:3px solid #10BEEB">Div</div>

This div border color is #10BEEB.


Opacity

.myOpacity80 { color: #10BEEB; opacity: 0.8; }

<p style="color:#10BEEB;opacity:0.8;">80%</p>

Text with #10BEEB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #10BEEB;}

<p style="text-shadow: 3px 3px 1px #10BEEB">Text here.</p>

This text has shadow with #10BEEB color.

.textShadow {text-shadow: 3px 3px 1px #10BEEB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #10BEEB, 5px 5px 20px red">Text here.</p>

This text has shadow with #10BEEB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#10BEEB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#10BEEB, Direction=45, Strength=4)">Text</p>

This text has shadow with #10BEEB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #10BEEB;
  -webkit-box-shadow:	1px 1px 3px 2px #10BEEB;
  box-shadow:		1px 1px 3px 2px #10BEEB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #10BEEB;
-webkit-box-shadow: 1px 1px 3px 2px #10BEEB;
box-shadow:1px 1px 3px 2px #10BEEB;">
Div content here</div>
This div box has shadow with color #10BEEB.

Preview

Color preview on black background

This text has color #10BEEB on black background.


Color preview on white background

This text has color #10BEEB on white background.



Black color preview on #10BEEB background

This text has black color on #10BEEB background.


White color preview on #10BEEB background

This text has white color on #10BEEB background.