Shades of Deep Sky Blue #11D9FE
Tints of Deep Sky Blue #11D9FE
RGB
CMYK
RGB Variations
Color information
#11D9FE (or 0x11D9FE) is known color: Deep Sky Blue. HEX triplet: 11, D9 and FE. RGB value is (17,217,254). Sum of RGB (Red+Green+Blue) = 17+217+254=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #11D9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D9FE is #EE2601. Grayscale: #A1A1A1. Windows color (decimal): -15607298 or 16701713. OLE color: 16701713.
HSL color Cylindrical-coordinate representation of color #11D9FE: hue angle of 189.37º 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 #11D9FE is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 217 | 254 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.00 |
| HSL | 189.37º | 0.99% | 0.53% | - |
| HSV(B) | 189.37º | 0.93% | 1% | - |
| XYZ | 42.93 | 56.9 | 102.49 | - |
| YUV | 161.42 | 180.24 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 254 | 0.93 | 0.15 | 0 | 0.00 | 189.37 | 0.99 | 0.53 |
| Hex | 11 | D9 | FE | 5D | F | 0 | 0 | BD | 63 | 35 |
| Octal | 21 | 331 | 376 | 135 | 17 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10001 | 11011001 | 11111110 | 1011101 | 1111 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #11D9FE
Complementary color
Monochromatic Colors of #11D9FE
Black with #11D9FE
Text Example
Text Example
White with #11D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D9FE; }
p { color: rgb(17,217,254); }
H1.HeaderClassName
{
color: #11D9FE;
}
.AnyTagClassName
{
color: #11D9FE;
}
</style>
background-color css
<style>
a { background-color: #11D9FE; }
a { background-color: rgb(17,217,254); }
div.DivClassName
{
background-color: #11D9FE;
}
.BgClassName
{
background-color: #11D9FE;
}
</style>
border-color css
<style>
span { border-color: #11D9FE; }
span { border-color: rgb(17,217,254); }
td.TdClassName
{
border-color: #11D9FE;
}
.TagClassName
{
border-color: #11D9FE;
}
</style>