Shades of Deep Sky Blue #11DBFB
Tints of Deep Sky Blue #11DBFB
RGB
CMYK
RGB Variations
Color information
#11DBFB (or 0x11DBFB) is known color: Deep Sky Blue. HEX triplet: 11, DB and FB. RGB value is (17,219,251). Sum of RGB (Red+Green+Blue) = 17+219+251=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #11DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBFB is #EE2404. Grayscale: #A1A1A1. Windows color (decimal): -15606789 or 16505617. OLE color: 16505617.
HSL color Cylindrical-coordinate representation of color #11DBFB: hue angle of 188.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DBFB is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 219 | 251 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.02 |
| HSL | 188.21º | 0.97% | 0.53% | - |
| HSV(B) | 188.21º | 0.93% | 0.98% | - |
| XYZ | 42.98 | 57.75 | 100.15 | - |
| YUV | 162.25 | 178.08 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 251 | 0.93 | 0.13 | 0 | 0.02 | 188.21 | 0.97 | 0.53 |
| Hex | 11 | DB | FB | 5D | D | 0 | 2 | BC | 61 | 35 |
| Octal | 21 | 333 | 373 | 135 | 15 | 0 | 2 | 274 | 141 | 65 |
| Binary | 10001 | 11011011 | 11111011 | 1011101 | 1101 | 0 | 10 | 10111100 | 1100001 | 110101 |
Color Harmonies of #11DBFB
Complementary color
Monochromatic Colors of #11DBFB
Black with #11DBFB
Text Example
Text Example
White with #11DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBFB; }
p { color: rgb(17,219,251); }
H1.HeaderClassName
{
color: #11DBFB;
}
.AnyTagClassName
{
color: #11DBFB;
}
</style>
background-color css
<style>
a { background-color: #11DBFB; }
a { background-color: rgb(17,219,251); }
div.DivClassName
{
background-color: #11DBFB;
}
.BgClassName
{
background-color: #11DBFB;
}
</style>
border-color css
<style>
span { border-color: #11DBFB; }
span { border-color: rgb(17,219,251); }
td.TdClassName
{
border-color: #11DBFB;
}
.TagClassName
{
border-color: #11DBFB;
}
</style>