Shades of Deep Sky Blue #16DCFF
Tints of Deep Sky Blue #16DCFF
RGB
CMYK
RGB Variations
Color information
#16DCFF (or 0x16DCFF) is known color: Deep Sky Blue. HEX triplet: 16, DC and FF. RGB value is (22,220,255). Sum of RGB (Red+Green+Blue) = 22+220+255=497 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.43% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #16DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DCFF is #E92300. Grayscale: #A4A4A4. Windows color (decimal): -15278849 or 16768022. OLE color: 16768022.
HSL color Cylindrical-coordinate representation of color #16DCFF: hue angle of 189.01º 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 #16DCFF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 220 | 255 | - |
| CMYK | 0.91 | 0.14 | 0 | 0 |
| HSL | 189.01º | 1% | 0.54% | - |
| HSV(B) | 189.01º | 0.91% | 1% | - |
| XYZ | 43.97 | 58.58 | 103.6 | - |
| YUV | 164.79 | 178.9 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 255 | 0.91 | 0.14 | 0 | 0 | 189.01 | 1 | 0.54 |
| Hex | 16 | DC | FF | 5B | E | 0 | 0 | BD | 64 | 36 |
| Octal | 26 | 334 | 377 | 133 | 16 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10110 | 11011100 | 11111111 | 1011011 | 1110 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #16DCFF
Complementary color
Monochromatic Colors of #16DCFF
Black with #16DCFF
Text Example
Text Example
White with #16DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DCFF; }
p { color: rgb(22,220,255); }
H1.HeaderClassName
{
color: #16DCFF;
}
.AnyTagClassName
{
color: #16DCFF;
}
</style>
background-color css
<style>
a { background-color: #16DCFF; }
a { background-color: rgb(22,220,255); }
div.DivClassName
{
background-color: #16DCFF;
}
.BgClassName
{
background-color: #16DCFF;
}
</style>
border-color css
<style>
span { border-color: #16DCFF; }
span { border-color: rgb(22,220,255); }
td.TdClassName
{
border-color: #16DCFF;
}
.TagClassName
{
border-color: #16DCFF;
}
</style>