Shades of Deep Sky Blue #16D9FF
Tints of Deep Sky Blue #16D9FF
RGB
CMYK
RGB Variations
Color information
#16D9FF (or 0x16D9FF) is known color: Deep Sky Blue. HEX triplet: 16, D9 and FF. RGB value is (22,217,255). Sum of RGB (Red+Green+Blue) = 22+217+255=494 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.45% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #16D9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D9FF is #E92600. Grayscale: #A2A2A2. Windows color (decimal): -15279617 or 16767254. OLE color: 16767254.
HSL color Cylindrical-coordinate representation of color #16D9FF: hue angle of 189.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D9FF is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 217 | 255 | - |
| CMYK | 0.91 | 0.15 | 0 | 0 |
| HSL | 189.79º | 1% | 0.54% | - |
| HSV(B) | 189.79º | 0.91% | 1% | - |
| XYZ | 43.19 | 57.02 | 103.34 | - |
| YUV | 163.03 | 179.9 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 255 | 0.91 | 0.15 | 0 | 0 | 189.79 | 1 | 0.54 |
| Hex | 16 | D9 | FF | 5B | F | 0 | 0 | BE | 64 | 36 |
| Octal | 26 | 331 | 377 | 133 | 17 | 0 | 0 | 276 | 144 | 66 |
| Binary | 10110 | 11011001 | 11111111 | 1011011 | 1111 | 0 | 0 | 10111110 | 1100100 | 110110 |
Color Harmonies of #16D9FF
Complementary color
Monochromatic Colors of #16D9FF
Black with #16D9FF
Text Example
Text Example
White with #16D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D9FF; }
p { color: rgb(22,217,255); }
H1.HeaderClassName
{
color: #16D9FF;
}
.AnyTagClassName
{
color: #16D9FF;
}
</style>
background-color css
<style>
a { background-color: #16D9FF; }
a { background-color: rgb(22,217,255); }
div.DivClassName
{
background-color: #16D9FF;
}
.BgClassName
{
background-color: #16D9FF;
}
</style>
border-color css
<style>
span { border-color: #16D9FF; }
span { border-color: rgb(22,217,255); }
td.TdClassName
{
border-color: #16D9FF;
}
.TagClassName
{
border-color: #16D9FF;
}
</style>