Shades of Deep Sky Blue #16D4FD
Tints of Deep Sky Blue #16D4FD
RGB
CMYK
RGB Variations
Color information
#16D4FD (or 0x16D4FD) is known color: Deep Sky Blue. HEX triplet: 16, D4 and FD. RGB value is (22,212,253). Sum of RGB (Red+Green+Blue) = 22+212+253=487 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.52% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #16D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D4FD is #E92B02. Grayscale: #9F9F9F. Windows color (decimal): -15280899 or 16634902. OLE color: 16634902.
HSL color Cylindrical-coordinate representation of color #16D4FD: hue angle of 190.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D4FD is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 212 | 253 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.01 |
| HSL | 190.65º | 0.98% | 0.54% | - |
| HSV(B) | 190.65º | 0.91% | 0.99% | - |
| XYZ | 41.6 | 54.35 | 101.23 | - |
| YUV | 159.86 | 180.55 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 253 | 0.91 | 0.16 | 0 | 0.01 | 190.65 | 0.98 | 0.54 |
| Hex | 16 | D4 | FD | 5B | 10 | 0 | 1 | BF | 62 | 36 |
| Octal | 26 | 324 | 375 | 133 | 20 | 0 | 1 | 277 | 142 | 66 |
| Binary | 10110 | 11010100 | 11111101 | 1011011 | 10000 | 0 | 1 | 10111111 | 1100010 | 110110 |
Color Harmonies of #16D4FD
Complementary color
Monochromatic Colors of #16D4FD
Black with #16D4FD
Text Example
Text Example
White with #16D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D4FD; }
p { color: rgb(22,212,253); }
H1.HeaderClassName
{
color: #16D4FD;
}
.AnyTagClassName
{
color: #16D4FD;
}
</style>
background-color css
<style>
a { background-color: #16D4FD; }
a { background-color: rgb(22,212,253); }
div.DivClassName
{
background-color: #16D4FD;
}
.BgClassName
{
background-color: #16D4FD;
}
</style>
border-color css
<style>
span { border-color: #16D4FD; }
span { border-color: rgb(22,212,253); }
td.TdClassName
{
border-color: #16D4FD;
}
.TagClassName
{
border-color: #16D4FD;
}
</style>