Shades of Deep Sky Blue #11CBEA
Tints of Deep Sky Blue #11CBEA
RGB
CMYK
RGB Variations
Color information
#11CBEA (or 0x11CBEA) is known color: Deep Sky Blue. HEX triplet: 11, CB and EA. RGB value is (17,203,234). Sum of RGB (Red+Green+Blue) = 17+203+234=454 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #11CBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBEA is #EE3415. Grayscale: #969696. Windows color (decimal): -15610902 or 15387409. OLE color: 15387409.
HSL color Cylindrical-coordinate representation of color #11CBEA: hue angle of 188.57º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CBEA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 203 | 234 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.08 |
| HSL | 188.57º | 0.86% | 0.49% | - |
| HSV(B) | 188.57º | 0.93% | 0.92% | - |
| XYZ | 36.44 | 48.77 | 85.34 | - |
| YUV | 150.92 | 174.88 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 234 | 0.93 | 0.13 | 0 | 0.08 | 188.57 | 0.86 | 0.49 |
| Hex | 11 | CB | EA | 5D | D | 0 | 8 | BD | 56 | 31 |
| Octal | 21 | 313 | 352 | 135 | 15 | 0 | 10 | 275 | 126 | 61 |
| Binary | 10001 | 11001011 | 11101010 | 1011101 | 1101 | 0 | 1000 | 10111101 | 1010110 | 110001 |
Color Harmonies of #11CBEA
Complementary color
Monochromatic Colors of #11CBEA
Black with #11CBEA
Text Example
Text Example
White with #11CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBEA; }
p { color: rgb(17,203,234); }
H1.HeaderClassName
{
color: #11CBEA;
}
.AnyTagClassName
{
color: #11CBEA;
}
</style>
background-color css
<style>
a { background-color: #11CBEA; }
a { background-color: rgb(17,203,234); }
div.DivClassName
{
background-color: #11CBEA;
}
.BgClassName
{
background-color: #11CBEA;
}
</style>
border-color css
<style>
span { border-color: #11CBEA; }
span { border-color: rgb(17,203,234); }
td.TdClassName
{
border-color: #11CBEA;
}
.TagClassName
{
border-color: #11CBEA;
}
</style>