Shades of Deep Sky Blue #11BFED
Tints of Deep Sky Blue #11BFED
RGB
CMYK
RGB Variations
Color information
#11BFED (or 0x11BFED) is known color: Deep Sky Blue. HEX triplet: 11, BF and ED. RGB value is (17,191,237). Sum of RGB (Red+Green+Blue) = 17+191+237=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #11BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFED is #EE4012. Grayscale: #8F8F8F. Windows color (decimal): -15613971 or 15580945. OLE color: 15580945.
HSL color Cylindrical-coordinate representation of color #11BFED: hue angle of 192.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BFED is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 191 | 237 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.07 |
| HSL | 192.55º | 0.87% | 0.5% | - |
| HSV(B) | 192.55º | 0.93% | 0.93% | - |
| XYZ | 34.15 | 43.5 | 86.72 | - |
| YUV | 144.22 | 180.35 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 237 | 0.93 | 0.19 | 0 | 0.07 | 192.55 | 0.87 | 0.5 |
| Hex | 11 | BF | ED | 5D | 13 | 0 | 7 | C1 | 57 | 32 |
| Octal | 21 | 277 | 355 | 135 | 23 | 0 | 7 | 301 | 127 | 62 |
| Binary | 10001 | 10111111 | 11101101 | 1011101 | 10011 | 0 | 111 | 11000001 | 1010111 | 110010 |
Color Harmonies of #11BFED
Complementary color
Monochromatic Colors of #11BFED
Black with #11BFED
Text Example
Text Example
White with #11BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BFED; }
p { color: rgb(17,191,237); }
H1.HeaderClassName
{
color: #11BFED;
}
.AnyTagClassName
{
color: #11BFED;
}
</style>
background-color css
<style>
a { background-color: #11BFED; }
a { background-color: rgb(17,191,237); }
div.DivClassName
{
background-color: #11BFED;
}
.BgClassName
{
background-color: #11BFED;
}
</style>
border-color css
<style>
span { border-color: #11BFED; }
span { border-color: rgb(17,191,237); }
td.TdClassName
{
border-color: #11BFED;
}
.TagClassName
{
border-color: #11BFED;
}
</style>