Shades of Deep Sky Blue #11DBFF
Tints of Deep Sky Blue #11DBFF
RGB
CMYK
RGB Variations
Color information
#11DBFF (or 0x11DBFF) is known color: Deep Sky Blue. HEX triplet: 11, DB and FF. RGB value is (17,219,255). Sum of RGB (Red+Green+Blue) = 17+219+255=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #11DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBFF is #EE2400. Grayscale: #A2A2A2. Windows color (decimal): -15606785 or 16767761. OLE color: 16767761.
HSL color Cylindrical-coordinate representation of color #11DBFF: hue angle of 189.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DBFF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 219 | 255 | - |
| CMYK | 0.93 | 0.14 | 0 | 0 |
| HSL | 189.08º | 1% | 0.53% | - |
| HSV(B) | 189.08º | 0.93% | 1% | - |
| XYZ | 43.61 | 58 | 103.5 | - |
| YUV | 162.71 | 180.08 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 255 | 0.93 | 0.14 | 0 | 0 | 189.08 | 1 | 0.53 |
| Hex | 11 | DB | FF | 5D | E | 0 | 0 | BD | 64 | 35 |
| Octal | 21 | 333 | 377 | 135 | 16 | 0 | 0 | 275 | 144 | 65 |
| Binary | 10001 | 11011011 | 11111111 | 1011101 | 1110 | 0 | 0 | 10111101 | 1100100 | 110101 |
Color Harmonies of #11DBFF
Complementary color
Monochromatic Colors of #11DBFF
Black with #11DBFF
Text Example
Text Example
White with #11DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBFF; }
p { color: rgb(17,219,255); }
H1.HeaderClassName
{
color: #11DBFF;
}
.AnyTagClassName
{
color: #11DBFF;
}
</style>
background-color css
<style>
a { background-color: #11DBFF; }
a { background-color: rgb(17,219,255); }
div.DivClassName
{
background-color: #11DBFF;
}
.BgClassName
{
background-color: #11DBFF;
}
</style>
border-color css
<style>
span { border-color: #11DBFF; }
span { border-color: rgb(17,219,255); }
td.TdClassName
{
border-color: #11DBFF;
}
.TagClassName
{
border-color: #11DBFF;
}
</style>