Shades of Deep Sky Blue #16D3FF
Tints of Deep Sky Blue #16D3FF
RGB
CMYK
RGB Variations
Color information
#16D3FF (or 0x16D3FF) is known color: Deep Sky Blue. HEX triplet: 16, D3 and FF. RGB value is (22,211,255). Sum of RGB (Red+Green+Blue) = 22+211+255=488 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.51% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #16D3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D3FF is #E92C00. Grayscale: #9F9F9F. Windows color (decimal): -15281153 or 16765718. OLE color: 16765718.
HSL color Cylindrical-coordinate representation of color #16D3FF: hue angle of 191.33º 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 #16D3FF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 211 | 255 | - |
| CMYK | 0.91 | 0.17 | 0 | 0 |
| HSL | 191.33º | 1% | 0.54% | - |
| HSV(B) | 191.33º | 0.91% | 1% | - |
| XYZ | 41.68 | 53.98 | 102.83 | - |
| YUV | 159.51 | 181.88 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 211 | 255 | 0.91 | 0.17 | 0 | 0 | 191.33 | 1 | 0.54 |
| Hex | 16 | D3 | FF | 5B | 11 | 0 | 0 | BF | 64 | 36 |
| Octal | 26 | 323 | 377 | 133 | 21 | 0 | 0 | 277 | 144 | 66 |
| Binary | 10110 | 11010011 | 11111111 | 1011011 | 10001 | 0 | 0 | 10111111 | 1100100 | 110110 |
Color Harmonies of #16D3FF
Complementary color
Monochromatic Colors of #16D3FF
Black with #16D3FF
Text Example
Text Example
White with #16D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D3FF; }
p { color: rgb(22,211,255); }
H1.HeaderClassName
{
color: #16D3FF;
}
.AnyTagClassName
{
color: #16D3FF;
}
</style>
background-color css
<style>
a { background-color: #16D3FF; }
a { background-color: rgb(22,211,255); }
div.DivClassName
{
background-color: #16D3FF;
}
.BgClassName
{
background-color: #16D3FF;
}
</style>
border-color css
<style>
span { border-color: #16D3FF; }
span { border-color: rgb(22,211,255); }
td.TdClassName
{
border-color: #16D3FF;
}
.TagClassName
{
border-color: #16D3FF;
}
</style>