Shades of Deep Sky Blue #16CEF0
Tints of Deep Sky Blue #16CEF0
RGB
CMYK
RGB Variations
Color information
#16CEF0 (or 0x16CEF0) is known color: Deep Sky Blue. HEX triplet: 16, CE and F0. RGB value is (22,206,240). Sum of RGB (Red+Green+Blue) = 22+206+240=468 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.70% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #16CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEF0 is #E9310F. Grayscale: #9A9A9A. Windows color (decimal): -15282448 or 15781398. OLE color: 15781398.
HSL color Cylindrical-coordinate representation of color #16CEF0: hue angle of 189.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CEF0 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 206 | 240 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.06 |
| HSL | 189.36º | 0.88% | 0.51% | - |
| HSV(B) | 189.36º | 0.91% | 0.94% | - |
| XYZ | 38.13 | 50.6 | 90.2 | - |
| YUV | 154.86 | 176.04 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 240 | 0.91 | 0.14 | 0 | 0.06 | 189.36 | 0.88 | 0.51 |
| Hex | 16 | CE | F0 | 5B | E | 0 | 6 | BD | 58 | 33 |
| Octal | 26 | 316 | 360 | 133 | 16 | 0 | 6 | 275 | 130 | 63 |
| Binary | 10110 | 11001110 | 11110000 | 1011011 | 1110 | 0 | 110 | 10111101 | 1011000 | 110011 |
Color Harmonies of #16CEF0
Complementary color
Monochromatic Colors of #16CEF0
Black with #16CEF0
Text Example
Text Example
White with #16CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEF0; }
p { color: rgb(22,206,240); }
H1.HeaderClassName
{
color: #16CEF0;
}
.AnyTagClassName
{
color: #16CEF0;
}
</style>
background-color css
<style>
a { background-color: #16CEF0; }
a { background-color: rgb(22,206,240); }
div.DivClassName
{
background-color: #16CEF0;
}
.BgClassName
{
background-color: #16CEF0;
}
</style>
border-color css
<style>
span { border-color: #16CEF0; }
span { border-color: rgb(22,206,240); }
td.TdClassName
{
border-color: #16CEF0;
}
.TagClassName
{
border-color: #16CEF0;
}
</style>