Shades of Deep Sky Blue #11C9FF
Tints of Deep Sky Blue #11C9FF
RGB
CMYK
RGB Variations
Color information
#11C9FF (or 0x11C9FF) is known color: Deep Sky Blue. HEX triplet: 11, C9 and FF. RGB value is (17,201,255). Sum of RGB (Red+Green+Blue) = 17+201+255=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #11C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C9FF is #EE3600. Grayscale: #979797. Windows color (decimal): -15611393 or 16763153. OLE color: 16763153.
HSL color Cylindrical-coordinate representation of color #11C9FF: hue angle of 193.61º 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 #11C9FF is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 201 | 255 | - |
| CMYK | 0.93 | 0.21 | 0 | 0 |
| HSL | 193.61º | 1% | 0.53% | - |
| HSV(B) | 193.61º | 0.93% | 1% | - |
| XYZ | 39.17 | 49.11 | 102.02 | - |
| YUV | 152.14 | 186.04 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 201 | 255 | 0.93 | 0.21 | 0 | 0 | 193.61 | 1 | 0.53 |
| Hex | 11 | C9 | FF | 5D | 15 | 0 | 0 | C2 | 64 | 35 |
| Octal | 21 | 311 | 377 | 135 | 25 | 0 | 0 | 302 | 144 | 65 |
| Binary | 10001 | 11001001 | 11111111 | 1011101 | 10101 | 0 | 0 | 11000010 | 1100100 | 110101 |
Color Harmonies of #11C9FF
Complementary color
Monochromatic Colors of #11C9FF
Black with #11C9FF
Text Example
Text Example
White with #11C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C9FF; }
p { color: rgb(17,201,255); }
H1.HeaderClassName
{
color: #11C9FF;
}
.AnyTagClassName
{
color: #11C9FF;
}
</style>
background-color css
<style>
a { background-color: #11C9FF; }
a { background-color: rgb(17,201,255); }
div.DivClassName
{
background-color: #11C9FF;
}
.BgClassName
{
background-color: #11C9FF;
}
</style>
border-color css
<style>
span { border-color: #11C9FF; }
span { border-color: rgb(17,201,255); }
td.TdClassName
{
border-color: #11C9FF;
}
.TagClassName
{
border-color: #11C9FF;
}
</style>