Shades of Deep Sky Blue #11C9FE
Tints of Deep Sky Blue #11C9FE
RGB
CMYK
RGB Variations
Color information
#11C9FE (or 0x11C9FE) is known color: Deep Sky Blue. HEX triplet: 11, C9 and FE. RGB value is (17,201,254). Sum of RGB (Red+Green+Blue) = 17+201+254=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #11C9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C9FE is #EE3601. Grayscale: #979797. Windows color (decimal): -15611394 or 16697617. OLE color: 16697617.
HSL color Cylindrical-coordinate representation of color #11C9FE: hue angle of 193.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C9FE is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 201 | 254 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.00 |
| HSL | 193.42º | 0.99% | 0.53% | - |
| HSV(B) | 193.42º | 0.93% | 1% | - |
| XYZ | 39.01 | 49.05 | 101.18 | - |
| YUV | 152.03 | 185.54 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 201 | 254 | 0.93 | 0.21 | 0 | 0.00 | 193.42 | 0.99 | 0.53 |
| Hex | 11 | C9 | FE | 5D | 15 | 0 | 0 | C1 | 63 | 35 |
| Octal | 21 | 311 | 376 | 135 | 25 | 0 | 0 | 301 | 143 | 65 |
| Binary | 10001 | 11001001 | 11111110 | 1011101 | 10101 | 0 | 0 | 11000001 | 1100011 | 110101 |
Color Harmonies of #11C9FE
Complementary color
Monochromatic Colors of #11C9FE
Black with #11C9FE
Text Example
Text Example
White with #11C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C9FE; }
p { color: rgb(17,201,254); }
H1.HeaderClassName
{
color: #11C9FE;
}
.AnyTagClassName
{
color: #11C9FE;
}
</style>
background-color css
<style>
a { background-color: #11C9FE; }
a { background-color: rgb(17,201,254); }
div.DivClassName
{
background-color: #11C9FE;
}
.BgClassName
{
background-color: #11C9FE;
}
</style>
border-color css
<style>
span { border-color: #11C9FE; }
span { border-color: rgb(17,201,254); }
td.TdClassName
{
border-color: #11C9FE;
}
.TagClassName
{
border-color: #11C9FE;
}
</style>