Shades of Deep Sky Blue #11D2FE
Tints of Deep Sky Blue #11D2FE
RGB
CMYK
RGB Variations
Color information
#11D2FE (or 0x11D2FE) is known color: Deep Sky Blue. HEX triplet: 11, D2 and FE. RGB value is (17,210,254). Sum of RGB (Red+Green+Blue) = 17+210+254=481 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.53% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #11D2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D2FE is #EE2D01. Grayscale: #9C9C9C. Windows color (decimal): -15609090 or 16699921. OLE color: 16699921.
HSL color Cylindrical-coordinate representation of color #11D2FE: hue angle of 191.14º 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 #11D2FE is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 210 | 254 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.00 |
| HSL | 191.14º | 0.99% | 0.53% | - |
| HSV(B) | 191.14º | 0.93% | 1% | - |
| XYZ | 41.17 | 53.37 | 101.9 | - |
| YUV | 157.31 | 182.56 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 210 | 254 | 0.93 | 0.17 | 0 | 0.00 | 191.14 | 0.99 | 0.53 |
| Hex | 11 | D2 | FE | 5D | 11 | 0 | 0 | BF | 63 | 35 |
| Octal | 21 | 322 | 376 | 135 | 21 | 0 | 0 | 277 | 143 | 65 |
| Binary | 10001 | 11010010 | 11111110 | 1011101 | 10001 | 0 | 0 | 10111111 | 1100011 | 110101 |
Color Harmonies of #11D2FE
Complementary color
Monochromatic Colors of #11D2FE
Black with #11D2FE
Text Example
Text Example
White with #11D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D2FE; }
p { color: rgb(17,210,254); }
H1.HeaderClassName
{
color: #11D2FE;
}
.AnyTagClassName
{
color: #11D2FE;
}
</style>
background-color css
<style>
a { background-color: #11D2FE; }
a { background-color: rgb(17,210,254); }
div.DivClassName
{
background-color: #11D2FE;
}
.BgClassName
{
background-color: #11D2FE;
}
</style>
border-color css
<style>
span { border-color: #11D2FE; }
span { border-color: rgb(17,210,254); }
td.TdClassName
{
border-color: #11D2FE;
}
.TagClassName
{
border-color: #11D2FE;
}
</style>