Shades of Deep Sky Blue #16D8FF
Tints of Deep Sky Blue #16D8FF
RGB
CMYK
RGB Variations
Color information
#16D8FF (or 0x16D8FF) is known color: Deep Sky Blue. HEX triplet: 16, D8 and FF. RGB value is (22,216,255). Sum of RGB (Red+Green+Blue) = 22+216+255=493 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.46% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #16D8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D8FF is #E92700. Grayscale: #A2A2A2. Windows color (decimal): -15279873 or 16766998. OLE color: 16766998.
HSL color Cylindrical-coordinate representation of color #16D8FF: hue angle of 190.04º 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 #16D8FF is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 216 | 255 | - |
| CMYK | 0.91 | 0.15 | 0 | 0 |
| HSL | 190.04º | 1% | 0.54% | - |
| HSV(B) | 190.04º | 0.91% | 1% | - |
| XYZ | 42.94 | 56.5 | 103.25 | - |
| YUV | 162.44 | 180.23 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 255 | 0.91 | 0.15 | 0 | 0 | 190.04 | 1 | 0.54 |
| Hex | 16 | D8 | FF | 5B | F | 0 | 0 | BE | 64 | 36 |
| Octal | 26 | 330 | 377 | 133 | 17 | 0 | 0 | 276 | 144 | 66 |
| Binary | 10110 | 11011000 | 11111111 | 1011011 | 1111 | 0 | 0 | 10111110 | 1100100 | 110110 |
Color Harmonies of #16D8FF
Complementary color
Monochromatic Colors of #16D8FF
Black with #16D8FF
Text Example
Text Example
White with #16D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D8FF; }
p { color: rgb(22,216,255); }
H1.HeaderClassName
{
color: #16D8FF;
}
.AnyTagClassName
{
color: #16D8FF;
}
</style>
background-color css
<style>
a { background-color: #16D8FF; }
a { background-color: rgb(22,216,255); }
div.DivClassName
{
background-color: #16D8FF;
}
.BgClassName
{
background-color: #16D8FF;
}
</style>
border-color css
<style>
span { border-color: #16D8FF; }
span { border-color: rgb(22,216,255); }
td.TdClassName
{
border-color: #16D8FF;
}
.TagClassName
{
border-color: #16D8FF;
}
</style>