Shades of Deep Sky Blue #16D6FC
Tints of Deep Sky Blue #16D6FC
RGB
CMYK
RGB Variations
Color information
#16D6FC (or 0x16D6FC) is known color: Deep Sky Blue. HEX triplet: 16, D6 and FC. RGB value is (22,214,252). Sum of RGB (Red+Green+Blue) = 22+214+252=488 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.51% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #16D6FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D6FC is #E92903. Grayscale: #A0A0A0. Windows color (decimal): -15280388 or 16569878. OLE color: 16569878.
HSL color Cylindrical-coordinate representation of color #16D6FC: hue angle of 189.91º 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 #16D6FC is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 214 | 252 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.01 |
| HSL | 189.91º | 0.97% | 0.54% | - |
| HSV(B) | 189.91º | 0.91% | 0.99% | - |
| XYZ | 41.95 | 55.29 | 100.56 | - |
| YUV | 160.92 | 179.39 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 252 | 0.91 | 0.15 | 0 | 0.01 | 189.91 | 0.97 | 0.54 |
| Hex | 16 | D6 | FC | 5B | F | 0 | 1 | BE | 61 | 36 |
| Octal | 26 | 326 | 374 | 133 | 17 | 0 | 1 | 276 | 141 | 66 |
| Binary | 10110 | 11010110 | 11111100 | 1011011 | 1111 | 0 | 1 | 10111110 | 1100001 | 110110 |
Color Harmonies of #16D6FC
Complementary color
Monochromatic Colors of #16D6FC
Black with #16D6FC
Text Example
Text Example
White with #16D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D6FC; }
p { color: rgb(22,214,252); }
H1.HeaderClassName
{
color: #16D6FC;
}
.AnyTagClassName
{
color: #16D6FC;
}
</style>
background-color css
<style>
a { background-color: #16D6FC; }
a { background-color: rgb(22,214,252); }
div.DivClassName
{
background-color: #16D6FC;
}
.BgClassName
{
background-color: #16D6FC;
}
</style>
border-color css
<style>
span { border-color: #16D6FC; }
span { border-color: rgb(22,214,252); }
td.TdClassName
{
border-color: #16D6FC;
}
.TagClassName
{
border-color: #16D6FC;
}
</style>