Shades of Deep Sky Blue #11CCFF
Tints of Deep Sky Blue #11CCFF
RGB
CMYK
RGB Variations
Color information
#11CCFF (or 0x11CCFF) is known color: Deep Sky Blue. HEX triplet: 11, CC and FF. RGB value is (17,204,255). Sum of RGB (Red+Green+Blue) = 17+204+255=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #11CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CCFF is #EE3300. Grayscale: #999999. Windows color (decimal): -15610625 or 16763921. OLE color: 16763921.
HSL color Cylindrical-coordinate representation of color #11CCFF: hue angle of 192.86º 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 #11CCFF is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 204 | 255 | - |
| CMYK | 0.93 | 0.2 | 0 | 0 |
| HSL | 192.86º | 1% | 0.53% | - |
| HSV(B) | 192.86º | 0.93% | 1% | - |
| XYZ | 39.87 | 50.52 | 102.26 | - |
| YUV | 153.9 | 185.05 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 255 | 0.93 | 0.2 | 0 | 0 | 192.86 | 1 | 0.53 |
| Hex | 11 | CC | FF | 5D | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 21 | 314 | 377 | 135 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 10001 | 11001100 | 11111111 | 1011101 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #11CCFF
Complementary color
Monochromatic Colors of #11CCFF
Black with #11CCFF
Text Example
Text Example
White with #11CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCFF; }
p { color: rgb(17,204,255); }
H1.HeaderClassName
{
color: #11CCFF;
}
.AnyTagClassName
{
color: #11CCFF;
}
</style>
background-color css
<style>
a { background-color: #11CCFF; }
a { background-color: rgb(17,204,255); }
div.DivClassName
{
background-color: #11CCFF;
}
.BgClassName
{
background-color: #11CCFF;
}
</style>
border-color css
<style>
span { border-color: #11CCFF; }
span { border-color: rgb(17,204,255); }
td.TdClassName
{
border-color: #11CCFF;
}
.TagClassName
{
border-color: #11CCFF;
}
</style>