Shades of Deep Sky Blue #11D1FE
Tints of Deep Sky Blue #11D1FE
RGB
CMYK
RGB Variations
Color information
#11D1FE (or 0x11D1FE) is known color: Deep Sky Blue. HEX triplet: 11, D1 and FE. RGB value is (17,209,254). Sum of RGB (Red+Green+Blue) = 17+209+254=480 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.54% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #11D1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D1FE is #EE2E01. Grayscale: #9C9C9C. Windows color (decimal): -15609346 or 16699665. OLE color: 16699665.
HSL color Cylindrical-coordinate representation of color #11D1FE: hue angle of 191.39º 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 #11D1FE is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 209 | 254 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.00 |
| HSL | 191.39º | 0.99% | 0.53% | - |
| HSV(B) | 191.39º | 0.93% | 1% | - |
| XYZ | 40.92 | 52.88 | 101.82 | - |
| YUV | 156.72 | 182.89 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 254 | 0.93 | 0.18 | 0 | 0.00 | 191.39 | 0.99 | 0.53 |
| Hex | 11 | D1 | FE | 5D | 12 | 0 | 0 | BF | 63 | 35 |
| Octal | 21 | 321 | 376 | 135 | 22 | 0 | 0 | 277 | 143 | 65 |
| Binary | 10001 | 11010001 | 11111110 | 1011101 | 10010 | 0 | 0 | 10111111 | 1100011 | 110101 |
Color Harmonies of #11D1FE
Complementary color
Monochromatic Colors of #11D1FE
Black with #11D1FE
Text Example
Text Example
White with #11D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D1FE; }
p { color: rgb(17,209,254); }
H1.HeaderClassName
{
color: #11D1FE;
}
.AnyTagClassName
{
color: #11D1FE;
}
</style>
background-color css
<style>
a { background-color: #11D1FE; }
a { background-color: rgb(17,209,254); }
div.DivClassName
{
background-color: #11D1FE;
}
.BgClassName
{
background-color: #11D1FE;
}
</style>
border-color css
<style>
span { border-color: #11D1FE; }
span { border-color: rgb(17,209,254); }
td.TdClassName
{
border-color: #11D1FE;
}
.TagClassName
{
border-color: #11D1FE;
}
</style>