Shades of Deep Sky Blue #11B0F0
Tints of Deep Sky Blue #11B0F0
RGB
CMYK
RGB Variations
Color information
#11B0F0 (or 0x11B0F0) is known color: Deep Sky Blue. HEX triplet: 11, B0 and F0. RGB value is (17,176,240). Sum of RGB (Red+Green+Blue) = 17+176+240=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #11B0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B0F0 is #EE4F0F. Grayscale: #878787. Windows color (decimal): -15617808 or 15773713. OLE color: 15773713.
HSL color Cylindrical-coordinate representation of color #11B0F0: hue angle of 197.22º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B0F0 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 176 | 240 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.06 |
| HSL | 197.22º | 0.88% | 0.5% | - |
| HSV(B) | 197.22º | 0.93% | 0.94% | - |
| XYZ | 31.48 | 37.46 | 88.01 | - |
| YUV | 135.76 | 186.82 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 240 | 0.93 | 0.27 | 0 | 0.06 | 197.22 | 0.88 | 0.5 |
| Hex | 11 | B0 | F0 | 5D | 1B | 0 | 6 | C5 | 58 | 32 |
| Octal | 21 | 260 | 360 | 135 | 33 | 0 | 6 | 305 | 130 | 62 |
| Binary | 10001 | 10110000 | 11110000 | 1011101 | 11011 | 0 | 110 | 11000101 | 1011000 | 110010 |
Color Harmonies of #11B0F0
Complementary color
Monochromatic Colors of #11B0F0
Black with #11B0F0
Text Example
Text Example
White with #11B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B0F0; }
p { color: rgb(17,176,240); }
H1.HeaderClassName
{
color: #11B0F0;
}
.AnyTagClassName
{
color: #11B0F0;
}
</style>
background-color css
<style>
a { background-color: #11B0F0; }
a { background-color: rgb(17,176,240); }
div.DivClassName
{
background-color: #11B0F0;
}
.BgClassName
{
background-color: #11B0F0;
}
</style>
border-color css
<style>
span { border-color: #11B0F0; }
span { border-color: rgb(17,176,240); }
td.TdClassName
{
border-color: #11B0F0;
}
.TagClassName
{
border-color: #11B0F0;
}
</style>