Shades of Deep Sky Blue #11DBFE
Tints of Deep Sky Blue #11DBFE
RGB
CMYK
RGB Variations
Color information
#11DBFE (or 0x11DBFE) is known color: Deep Sky Blue. HEX triplet: 11, DB and FE. RGB value is (17,219,254). Sum of RGB (Red+Green+Blue) = 17+219+254=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #11DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBFE is #EE2401. Grayscale: #A2A2A2. Windows color (decimal): -15606786 or 16702225. OLE color: 16702225.
HSL color Cylindrical-coordinate representation of color #11DBFE: hue angle of 188.86º 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 #11DBFE is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 219 | 254 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.00 |
| HSL | 188.86º | 0.99% | 0.53% | - |
| HSV(B) | 188.86º | 0.93% | 1% | - |
| XYZ | 43.45 | 57.94 | 102.66 | - |
| YUV | 162.59 | 179.58 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 254 | 0.93 | 0.14 | 0 | 0.00 | 188.86 | 0.99 | 0.53 |
| Hex | 11 | DB | FE | 5D | E | 0 | 0 | BD | 63 | 35 |
| Octal | 21 | 333 | 376 | 135 | 16 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10001 | 11011011 | 11111110 | 1011101 | 1110 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #11DBFE
Complementary color
Monochromatic Colors of #11DBFE
Black with #11DBFE
Text Example
Text Example
White with #11DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBFE; }
p { color: rgb(17,219,254); }
H1.HeaderClassName
{
color: #11DBFE;
}
.AnyTagClassName
{
color: #11DBFE;
}
</style>
background-color css
<style>
a { background-color: #11DBFE; }
a { background-color: rgb(17,219,254); }
div.DivClassName
{
background-color: #11DBFE;
}
.BgClassName
{
background-color: #11DBFE;
}
</style>
border-color css
<style>
span { border-color: #11DBFE; }
span { border-color: rgb(17,219,254); }
td.TdClassName
{
border-color: #11DBFE;
}
.TagClassName
{
border-color: #11DBFE;
}
</style>