Shades of Deep Sky Blue #11D0FB
Tints of Deep Sky Blue #11D0FB
RGB
CMYK
RGB Variations
Color information
#11D0FB (or 0x11D0FB) is known color: Deep Sky Blue. HEX triplet: 11, D0 and FB. RGB value is (17,208,251). Sum of RGB (Red+Green+Blue) = 17+208+251=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #11D0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D0FB is #EE2F04. Grayscale: #9B9B9B. Windows color (decimal): -15609605 or 16502801. OLE color: 16502801.
HSL color Cylindrical-coordinate representation of color #11D0FB: hue angle of 191.03º 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 #11D0FB is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 208 | 251 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.02 |
| HSL | 191.03º | 0.97% | 0.53% | - |
| HSV(B) | 191.03º | 0.93% | 0.98% | - |
| XYZ | 40.2 | 52.2 | 99.22 | - |
| YUV | 155.79 | 181.72 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 251 | 0.93 | 0.17 | 0 | 0.02 | 191.03 | 0.97 | 0.53 |
| Hex | 11 | D0 | FB | 5D | 11 | 0 | 2 | BF | 61 | 35 |
| Octal | 21 | 320 | 373 | 135 | 21 | 0 | 2 | 277 | 141 | 65 |
| Binary | 10001 | 11010000 | 11111011 | 1011101 | 10001 | 0 | 10 | 10111111 | 1100001 | 110101 |
Color Harmonies of #11D0FB
Complementary color
Monochromatic Colors of #11D0FB
Black with #11D0FB
Text Example
Text Example
White with #11D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D0FB; }
p { color: rgb(17,208,251); }
H1.HeaderClassName
{
color: #11D0FB;
}
.AnyTagClassName
{
color: #11D0FB;
}
</style>
background-color css
<style>
a { background-color: #11D0FB; }
a { background-color: rgb(17,208,251); }
div.DivClassName
{
background-color: #11D0FB;
}
.BgClassName
{
background-color: #11D0FB;
}
</style>
border-color css
<style>
span { border-color: #11D0FB; }
span { border-color: rgb(17,208,251); }
td.TdClassName
{
border-color: #11D0FB;
}
.TagClassName
{
border-color: #11D0FB;
}
</style>