Shades of Deep Sky Blue #11CEFF
Tints of Deep Sky Blue #11CEFF
RGB
CMYK
RGB Variations
Color information
#11CEFF (or 0x11CEFF) is known color: Deep Sky Blue. HEX triplet: 11, CE and FF. RGB value is (17,206,255). Sum of RGB (Red+Green+Blue) = 17+206+255=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #11CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CEFF is #EE3100. Grayscale: #9A9A9A. Windows color (decimal): -15610113 or 16764433. OLE color: 16764433.
HSL color Cylindrical-coordinate representation of color #11CEFF: hue angle of 192.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CEFF is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 206 | 255 | - |
| CMYK | 0.93 | 0.19 | 0 | 0 |
| HSL | 192.35º | 1% | 0.53% | - |
| HSV(B) | 192.35º | 0.93% | 1% | - |
| XYZ | 40.35 | 51.48 | 102.42 | - |
| YUV | 155.08 | 184.38 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 255 | 0.93 | 0.19 | 0 | 0 | 192.35 | 1 | 0.53 |
| Hex | 11 | CE | FF | 5D | 13 | 0 | 0 | C0 | 64 | 35 |
| Octal | 21 | 316 | 377 | 135 | 23 | 0 | 0 | 300 | 144 | 65 |
| Binary | 10001 | 11001110 | 11111111 | 1011101 | 10011 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #11CEFF
Complementary color
Monochromatic Colors of #11CEFF
Black with #11CEFF
Text Example
Text Example
White with #11CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CEFF; }
p { color: rgb(17,206,255); }
H1.HeaderClassName
{
color: #11CEFF;
}
.AnyTagClassName
{
color: #11CEFF;
}
</style>
background-color css
<style>
a { background-color: #11CEFF; }
a { background-color: rgb(17,206,255); }
div.DivClassName
{
background-color: #11CEFF;
}
.BgClassName
{
background-color: #11CEFF;
}
</style>
border-color css
<style>
span { border-color: #11CEFF; }
span { border-color: rgb(17,206,255); }
td.TdClassName
{
border-color: #11CEFF;
}
.TagClassName
{
border-color: #11CEFF;
}
</style>