Shades of Deep Sky Blue #16D7FB
Tints of Deep Sky Blue #16D7FB
RGB
CMYK
RGB Variations
Color information
#16D7FB (or 0x16D7FB) is known color: Deep Sky Blue. HEX triplet: 16, D7 and FB. RGB value is (22,215,251). Sum of RGB (Red+Green+Blue) = 22+215+251=488 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.51% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #16D7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D7FB is #E92804. Grayscale: #A1A1A1. Windows color (decimal): -15280133 or 16504598. OLE color: 16504598.
HSL color Cylindrical-coordinate representation of color #16D7FB: hue angle of 189.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D7FB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 215 | 251 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.02 |
| HSL | 189.43º | 0.97% | 0.54% | - |
| HSV(B) | 189.43º | 0.91% | 0.98% | - |
| XYZ | 42.04 | 55.74 | 99.81 | - |
| YUV | 161.4 | 178.56 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 215 | 251 | 0.91 | 0.14 | 0 | 0.02 | 189.43 | 0.97 | 0.54 |
| Hex | 16 | D7 | FB | 5B | E | 0 | 2 | BD | 61 | 36 |
| Octal | 26 | 327 | 373 | 133 | 16 | 0 | 2 | 275 | 141 | 66 |
| Binary | 10110 | 11010111 | 11111011 | 1011011 | 1110 | 0 | 10 | 10111101 | 1100001 | 110110 |
Color Harmonies of #16D7FB
Complementary color
Monochromatic Colors of #16D7FB
Black with #16D7FB
Text Example
Text Example
White with #16D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D7FB; }
p { color: rgb(22,215,251); }
H1.HeaderClassName
{
color: #16D7FB;
}
.AnyTagClassName
{
color: #16D7FB;
}
</style>
background-color css
<style>
a { background-color: #16D7FB; }
a { background-color: rgb(22,215,251); }
div.DivClassName
{
background-color: #16D7FB;
}
.BgClassName
{
background-color: #16D7FB;
}
</style>
border-color css
<style>
span { border-color: #16D7FB; }
span { border-color: rgb(22,215,251); }
td.TdClassName
{
border-color: #16D7FB;
}
.TagClassName
{
border-color: #16D7FB;
}
</style>