Shades of Deep Sky Blue #16B9EA
Tints of Deep Sky Blue #16B9EA
RGB
CMYK
RGB Variations
Color information
#16B9EA (or 0x16B9EA) is known color: Deep Sky Blue. HEX triplet: 16, B9 and EA. RGB value is (22,185,234). Sum of RGB (Red+Green+Blue) = 22+185+234=441 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.99% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #16B9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B9EA is #E94615. Grayscale: #8D8D8D. Windows color (decimal): -15287830 or 15382806. OLE color: 15382806.
HSL color Cylindrical-coordinate representation of color #16B9EA: hue angle of 193.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B9EA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 185 | 234 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.08 |
| HSL | 193.87º | 0.83% | 0.5% | - |
| HSV(B) | 193.87º | 0.91% | 0.92% | - |
| XYZ | 32.53 | 40.81 | 84 | - |
| YUV | 141.85 | 180 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 185 | 234 | 0.91 | 0.21 | 0 | 0.08 | 193.87 | 0.83 | 0.5 |
| Hex | 16 | B9 | EA | 5B | 15 | 0 | 8 | C2 | 53 | 32 |
| Octal | 26 | 271 | 352 | 133 | 25 | 0 | 10 | 302 | 123 | 62 |
| Binary | 10110 | 10111001 | 11101010 | 1011011 | 10101 | 0 | 1000 | 11000010 | 1010011 | 110010 |
Color Harmonies of #16B9EA
Complementary color
Monochromatic Colors of #16B9EA
Black with #16B9EA
Text Example
Text Example
White with #16B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B9EA; }
p { color: rgb(22,185,234); }
H1.HeaderClassName
{
color: #16B9EA;
}
.AnyTagClassName
{
color: #16B9EA;
}
</style>
background-color css
<style>
a { background-color: #16B9EA; }
a { background-color: rgb(22,185,234); }
div.DivClassName
{
background-color: #16B9EA;
}
.BgClassName
{
background-color: #16B9EA;
}
</style>
border-color css
<style>
span { border-color: #16B9EA; }
span { border-color: rgb(22,185,234); }
td.TdClassName
{
border-color: #16B9EA;
}
.TagClassName
{
border-color: #16B9EA;
}
</style>