Shades of Deep Sky Blue #16B0EE
Tints of Deep Sky Blue #16B0EE
RGB
CMYK
RGB Variations
Color information
#16B0EE (or 0x16B0EE) is known color: Deep Sky Blue. HEX triplet: 16, B0 and EE. RGB value is (22,176,238). Sum of RGB (Red+Green+Blue) = 22+176+238=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #16B0EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16B0EE is #E94F11. Grayscale: #888888. Windows color (decimal): -15290130 or 15642646. OLE color: 15642646.
HSL color Cylindrical-coordinate representation of color #16B0EE: hue angle of 197.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B0EE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 176 | 238 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.07 |
| HSL | 197.22º | 0.86% | 0.51% | - |
| HSV(B) | 197.22º | 0.91% | 0.93% | - |
| XYZ | 31.29 | 37.39 | 86.46 | - |
| YUV | 137.02 | 184.98 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 176 | 238 | 0.91 | 0.26 | 0 | 0.07 | 197.22 | 0.86 | 0.51 |
| Hex | 16 | B0 | EE | 5B | 1A | 0 | 7 | C5 | 56 | 33 |
| Octal | 26 | 260 | 356 | 133 | 32 | 0 | 7 | 305 | 126 | 63 |
| Binary | 10110 | 10110000 | 11101110 | 1011011 | 11010 | 0 | 111 | 11000101 | 1010110 | 110011 |
Color Harmonies of #16B0EE
Complementary color
Monochromatic Colors of #16B0EE
Black with #16B0EE
Text Example
Text Example
White with #16B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B0EE; }
p { color: rgb(22,176,238); }
H1.HeaderClassName
{
color: #16B0EE;
}
.AnyTagClassName
{
color: #16B0EE;
}
</style>
background-color css
<style>
a { background-color: #16B0EE; }
a { background-color: rgb(22,176,238); }
div.DivClassName
{
background-color: #16B0EE;
}
.BgClassName
{
background-color: #16B0EE;
}
</style>
border-color css
<style>
span { border-color: #16B0EE; }
span { border-color: rgb(22,176,238); }
td.TdClassName
{
border-color: #16B0EE;
}
.TagClassName
{
border-color: #16B0EE;
}
</style>