Shades of Deep Sky Blue #16C5F0
Tints of Deep Sky Blue #16C5F0
RGB
CMYK
RGB Variations
Color information
#16C5F0 (or 0x16C5F0) is known color: Deep Sky Blue. HEX triplet: 16, C5 and F0. RGB value is (22,197,240). Sum of RGB (Red+Green+Blue) = 22+197+240=459 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.79% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #16C5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C5F0 is #E93A0F. Grayscale: #959595. Windows color (decimal): -15284752 or 15779094. OLE color: 15779094.
HSL color Cylindrical-coordinate representation of color #16C5F0: hue angle of 191.83º 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 #16C5F0 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 197 | 240 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.06 |
| HSL | 191.83º | 0.88% | 0.51% | - |
| HSV(B) | 191.83º | 0.91% | 0.94% | - |
| XYZ | 36.03 | 46.39 | 89.49 | - |
| YUV | 149.58 | 179.02 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 240 | 0.91 | 0.18 | 0 | 0.06 | 191.83 | 0.88 | 0.51 |
| Hex | 16 | C5 | F0 | 5B | 12 | 0 | 6 | C0 | 58 | 33 |
| Octal | 26 | 305 | 360 | 133 | 22 | 0 | 6 | 300 | 130 | 63 |
| Binary | 10110 | 11000101 | 11110000 | 1011011 | 10010 | 0 | 110 | 11000000 | 1011000 | 110011 |
Color Harmonies of #16C5F0
Complementary color
Monochromatic Colors of #16C5F0
Black with #16C5F0
Text Example
Text Example
White with #16C5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C5F0; }
p { color: rgb(22,197,240); }
H1.HeaderClassName
{
color: #16C5F0;
}
.AnyTagClassName
{
color: #16C5F0;
}
</style>
background-color css
<style>
a { background-color: #16C5F0; }
a { background-color: rgb(22,197,240); }
div.DivClassName
{
background-color: #16C5F0;
}
.BgClassName
{
background-color: #16C5F0;
}
</style>
border-color css
<style>
span { border-color: #16C5F0; }
span { border-color: rgb(22,197,240); }
td.TdClassName
{
border-color: #16C5F0;
}
.TagClassName
{
border-color: #16C5F0;
}
</style>