Shades of Deep Sky Blue #16DBFF
Tints of Deep Sky Blue #16DBFF
RGB
CMYK
RGB Variations
Color information
#16DBFF (or 0x16DBFF) is known color: Deep Sky Blue. HEX triplet: 16, DB and FF. RGB value is (22,219,255). Sum of RGB (Red+Green+Blue) = 22+219+255=496 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #16DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DBFF is #E92400. Grayscale: #A3A3A3. Windows color (decimal): -15279105 or 16767766. OLE color: 16767766.
HSL color Cylindrical-coordinate representation of color #16DBFF: hue angle of 189.27º 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 #16DBFF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 219 | 255 | - |
| CMYK | 0.91 | 0.14 | 0 | 0 |
| HSL | 189.27º | 1% | 0.54% | - |
| HSV(B) | 189.27º | 0.91% | 1% | - |
| XYZ | 43.71 | 58.05 | 103.51 | - |
| YUV | 164.2 | 179.23 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 255 | 0.91 | 0.14 | 0 | 0 | 189.27 | 1 | 0.54 |
| Hex | 16 | DB | FF | 5B | E | 0 | 0 | BD | 64 | 36 |
| Octal | 26 | 333 | 377 | 133 | 16 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10110 | 11011011 | 11111111 | 1011011 | 1110 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #16DBFF
Complementary color
Monochromatic Colors of #16DBFF
Black with #16DBFF
Text Example
Text Example
White with #16DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBFF; }
p { color: rgb(22,219,255); }
H1.HeaderClassName
{
color: #16DBFF;
}
.AnyTagClassName
{
color: #16DBFF;
}
</style>
background-color css
<style>
a { background-color: #16DBFF; }
a { background-color: rgb(22,219,255); }
div.DivClassName
{
background-color: #16DBFF;
}
.BgClassName
{
background-color: #16DBFF;
}
</style>
border-color css
<style>
span { border-color: #16DBFF; }
span { border-color: rgb(22,219,255); }
td.TdClassName
{
border-color: #16DBFF;
}
.TagClassName
{
border-color: #16DBFF;
}
</style>