Shades of Deep Sky Blue #16C5F9
Tints of Deep Sky Blue #16C5F9
RGB
CMYK
RGB Variations
Color information
#16C5F9 (or 0x16C5F9) is known color: Deep Sky Blue. HEX triplet: 16, C5 and F9. RGB value is (22,197,249). Sum of RGB (Red+Green+Blue) = 22+197+249=468 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.70% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #16C5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C5F9 is #E93A06. Grayscale: #969696. Windows color (decimal): -15284743 or 16368918. OLE color: 16368918.
HSL color Cylindrical-coordinate representation of color #16C5F9: hue angle of 193.74º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C5F9 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 197 | 249 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.02 |
| HSL | 193.74º | 0.95% | 0.53% | - |
| HSV(B) | 193.74º | 0.91% | 0.98% | - |
| XYZ | 37.4 | 46.94 | 96.71 | - |
| YUV | 150.6 | 183.52 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 249 | 0.91 | 0.21 | 0 | 0.02 | 193.74 | 0.95 | 0.53 |
| Hex | 16 | C5 | F9 | 5B | 15 | 0 | 2 | C2 | 5F | 35 |
| Octal | 26 | 305 | 371 | 133 | 25 | 0 | 2 | 302 | 137 | 65 |
| Binary | 10110 | 11000101 | 11111001 | 1011011 | 10101 | 0 | 10 | 11000010 | 1011111 | 110101 |
Color Harmonies of #16C5F9
Complementary color
Monochromatic Colors of #16C5F9
Black with #16C5F9
Text Example
Text Example
White with #16C5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C5F9; }
p { color: rgb(22,197,249); }
H1.HeaderClassName
{
color: #16C5F9;
}
.AnyTagClassName
{
color: #16C5F9;
}
</style>
background-color css
<style>
a { background-color: #16C5F9; }
a { background-color: rgb(22,197,249); }
div.DivClassName
{
background-color: #16C5F9;
}
.BgClassName
{
background-color: #16C5F9;
}
</style>
border-color css
<style>
span { border-color: #16C5F9; }
span { border-color: rgb(22,197,249); }
td.TdClassName
{
border-color: #16C5F9;
}
.TagClassName
{
border-color: #16C5F9;
}
</style>