Shades of Deep Sky Blue #11CCEE
Tints of Deep Sky Blue #11CCEE
RGB
CMYK
RGB Variations
Color information
#11CCEE (or 0x11CCEE) is known color: Deep Sky Blue. HEX triplet: 11, CC and EE. RGB value is (17,204,238). Sum of RGB (Red+Green+Blue) = 17+204+238=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #11CCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CCEE is #EE3311. Grayscale: #979797. Windows color (decimal): -15610642 or 15649809. OLE color: 15649809.
HSL color Cylindrical-coordinate representation of color #11CCEE: hue angle of 189.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CCEE is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 204 | 238 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.07 |
| HSL | 189.23º | 0.87% | 0.5% | - |
| HSV(B) | 189.23º | 0.93% | 0.93% | - |
| XYZ | 37.26 | 49.48 | 88.48 | - |
| YUV | 151.96 | 176.55 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 238 | 0.93 | 0.14 | 0 | 0.07 | 189.23 | 0.87 | 0.5 |
| Hex | 11 | CC | EE | 5D | E | 0 | 7 | BD | 57 | 32 |
| Octal | 21 | 314 | 356 | 135 | 16 | 0 | 7 | 275 | 127 | 62 |
| Binary | 10001 | 11001100 | 11101110 | 1011101 | 1110 | 0 | 111 | 10111101 | 1010111 | 110010 |
Color Harmonies of #11CCEE
Complementary color
Monochromatic Colors of #11CCEE
Black with #11CCEE
Text Example
Text Example
White with #11CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCEE; }
p { color: rgb(17,204,238); }
H1.HeaderClassName
{
color: #11CCEE;
}
.AnyTagClassName
{
color: #11CCEE;
}
</style>
background-color css
<style>
a { background-color: #11CCEE; }
a { background-color: rgb(17,204,238); }
div.DivClassName
{
background-color: #11CCEE;
}
.BgClassName
{
background-color: #11CCEE;
}
</style>
border-color css
<style>
span { border-color: #11CCEE; }
span { border-color: rgb(17,204,238); }
td.TdClassName
{
border-color: #11CCEE;
}
.TagClassName
{
border-color: #11CCEE;
}
</style>