Shades of Deep Sky Blue #11B0FF
Tints of Deep Sky Blue #11B0FF
RGB
CMYK
RGB Variations
Color information
#11B0FF (or 0x11B0FF) is known color: Deep Sky Blue. HEX triplet: 11, B0 and FF. RGB value is (17,176,255). Sum of RGB (Red+Green+Blue) = 17+176+255=448 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #11B0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B0FF is #EE4F00. Grayscale: #888888. Windows color (decimal): -15617793 or 16756753. OLE color: 16756753.
HSL color Cylindrical-coordinate representation of color #11B0FF: hue angle of 199.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B0FF is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 176 | 255 | - |
| CMYK | 0.93 | 0.31 | 0 | 0 |
| HSL | 199.92º | 1% | 0.53% | - |
| HSV(B) | 199.92º | 0.93% | 1% | - |
| XYZ | 33.81 | 38.39 | 100.24 | - |
| YUV | 137.47 | 194.32 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 255 | 0.93 | 0.31 | 0 | 0 | 199.92 | 1 | 0.53 |
| Hex | 11 | B0 | FF | 5D | 1F | 0 | 0 | C8 | 64 | 35 |
| Octal | 21 | 260 | 377 | 135 | 37 | 0 | 0 | 310 | 144 | 65 |
| Binary | 10001 | 10110000 | 11111111 | 1011101 | 11111 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #11B0FF
Complementary color
Monochromatic Colors of #11B0FF
Black with #11B0FF
Text Example
Text Example
White with #11B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B0FF; }
p { color: rgb(17,176,255); }
H1.HeaderClassName
{
color: #11B0FF;
}
.AnyTagClassName
{
color: #11B0FF;
}
</style>
background-color css
<style>
a { background-color: #11B0FF; }
a { background-color: rgb(17,176,255); }
div.DivClassName
{
background-color: #11B0FF;
}
.BgClassName
{
background-color: #11B0FF;
}
</style>
border-color css
<style>
span { border-color: #11B0FF; }
span { border-color: rgb(17,176,255); }
td.TdClassName
{
border-color: #11B0FF;
}
.TagClassName
{
border-color: #11B0FF;
}
</style>