Shades of Deep Sky Blue #16C9FC
Tints of Deep Sky Blue #16C9FC
RGB
CMYK
RGB Variations
Color information
#16C9FC (or 0x16C9FC) is known color: Deep Sky Blue. HEX triplet: 16, C9 and FC. RGB value is (22,201,252). Sum of RGB (Red+Green+Blue) = 22+201+252=475 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.63% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #16C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C9FC is #E93603. Grayscale: #989898. Windows color (decimal): -15283716 or 16566550. OLE color: 16566550.
HSL color Cylindrical-coordinate representation of color #16C9FC: hue angle of 193.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C9FC is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 201 | 252 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.01 |
| HSL | 193.3º | 0.97% | 0.54% | - |
| HSV(B) | 193.3º | 0.91% | 0.99% | - |
| XYZ | 38.79 | 48.97 | 99.5 | - |
| YUV | 153.29 | 183.7 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 252 | 0.91 | 0.20 | 0 | 0.01 | 193.3 | 0.97 | 0.54 |
| Hex | 16 | C9 | FC | 5B | 14 | 0 | 1 | C1 | 61 | 36 |
| Octal | 26 | 311 | 374 | 133 | 24 | 0 | 1 | 301 | 141 | 66 |
| Binary | 10110 | 11001001 | 11111100 | 1011011 | 10100 | 0 | 1 | 11000001 | 1100001 | 110110 |
Color Harmonies of #16C9FC
Complementary color
Monochromatic Colors of #16C9FC
Black with #16C9FC
Text Example
Text Example
White with #16C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C9FC; }
p { color: rgb(22,201,252); }
H1.HeaderClassName
{
color: #16C9FC;
}
.AnyTagClassName
{
color: #16C9FC;
}
</style>
background-color css
<style>
a { background-color: #16C9FC; }
a { background-color: rgb(22,201,252); }
div.DivClassName
{
background-color: #16C9FC;
}
.BgClassName
{
background-color: #16C9FC;
}
</style>
border-color css
<style>
span { border-color: #16C9FC; }
span { border-color: rgb(22,201,252); }
td.TdClassName
{
border-color: #16C9FC;
}
.TagClassName
{
border-color: #16C9FC;
}
</style>