Shades of Deep Sky Blue #16DBFD
Tints of Deep Sky Blue #16DBFD
RGB
CMYK
RGB Variations
Color information
#16DBFD (or 0x16DBFD) is known color: Deep Sky Blue. HEX triplet: 16, DB and FD. RGB value is (22,219,253). Sum of RGB (Red+Green+Blue) = 22+219+253=494 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.45% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #16DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DBFD is #E92402. Grayscale: #A3A3A3. Windows color (decimal): -15279107 or 16636694. OLE color: 16636694.
HSL color Cylindrical-coordinate representation of color #16DBFD: hue angle of 188.83º 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 #16DBFD is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 219 | 253 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.01 |
| HSL | 188.83º | 0.98% | 0.54% | - |
| HSV(B) | 188.83º | 0.91% | 0.99% | - |
| XYZ | 43.39 | 57.93 | 101.82 | - |
| YUV | 163.97 | 178.23 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 253 | 0.91 | 0.13 | 0 | 0.01 | 188.83 | 0.98 | 0.54 |
| Hex | 16 | DB | FD | 5B | D | 0 | 1 | BD | 62 | 36 |
| Octal | 26 | 333 | 375 | 133 | 15 | 0 | 1 | 275 | 142 | 66 |
| Binary | 10110 | 11011011 | 11111101 | 1011011 | 1101 | 0 | 1 | 10111101 | 1100010 | 110110 |
Color Harmonies of #16DBFD
Complementary color
Monochromatic Colors of #16DBFD
Black with #16DBFD
Text Example
Text Example
White with #16DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBFD; }
p { color: rgb(22,219,253); }
H1.HeaderClassName
{
color: #16DBFD;
}
.AnyTagClassName
{
color: #16DBFD;
}
</style>
background-color css
<style>
a { background-color: #16DBFD; }
a { background-color: rgb(22,219,253); }
div.DivClassName
{
background-color: #16DBFD;
}
.BgClassName
{
background-color: #16DBFD;
}
</style>
border-color css
<style>
span { border-color: #16DBFD; }
span { border-color: rgb(22,219,253); }
td.TdClassName
{
border-color: #16DBFD;
}
.TagClassName
{
border-color: #16DBFD;
}
</style>