Shades of Deep Sky Blue #11D0FE
Tints of Deep Sky Blue #11D0FE
RGB
CMYK
RGB Variations
Color information
#11D0FE (or 0x11D0FE) is known color: Deep Sky Blue. HEX triplet: 11, D0 and FE. RGB value is (17,208,254). Sum of RGB (Red+Green+Blue) = 17+208+254=479 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.55% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #11D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D0FE is #EE2F01. Grayscale: #9B9B9B. Windows color (decimal): -15609602 or 16699409. OLE color: 16699409.
HSL color Cylindrical-coordinate representation of color #11D0FE: hue angle of 191.65º 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 #11D0FE is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 208 | 254 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.00 |
| HSL | 191.65º | 0.99% | 0.53% | - |
| HSV(B) | 191.65º | 0.93% | 1% | - |
| XYZ | 40.68 | 52.39 | 101.73 | - |
| YUV | 156.14 | 183.22 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 254 | 0.93 | 0.18 | 0 | 0.00 | 191.65 | 0.99 | 0.53 |
| Hex | 11 | D0 | FE | 5D | 12 | 0 | 0 | C0 | 63 | 35 |
| Octal | 21 | 320 | 376 | 135 | 22 | 0 | 0 | 300 | 143 | 65 |
| Binary | 10001 | 11010000 | 11111110 | 1011101 | 10010 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #11D0FE
Complementary color
Monochromatic Colors of #11D0FE
Black with #11D0FE
Text Example
Text Example
White with #11D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D0FE; }
p { color: rgb(17,208,254); }
H1.HeaderClassName
{
color: #11D0FE;
}
.AnyTagClassName
{
color: #11D0FE;
}
</style>
background-color css
<style>
a { background-color: #11D0FE; }
a { background-color: rgb(17,208,254); }
div.DivClassName
{
background-color: #11D0FE;
}
.BgClassName
{
background-color: #11D0FE;
}
</style>
border-color css
<style>
span { border-color: #11D0FE; }
span { border-color: rgb(17,208,254); }
td.TdClassName
{
border-color: #11D0FE;
}
.TagClassName
{
border-color: #11D0FE;
}
</style>