Shades of Deep Sky Blue #16CEFD
Tints of Deep Sky Blue #16CEFD
RGB
CMYK
RGB Variations
Color information
#16CEFD (or 0x16CEFD) is known color: Deep Sky Blue. HEX triplet: 16, CE and FD. RGB value is (22,206,253). Sum of RGB (Red+Green+Blue) = 22+206+253=481 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.57% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #16CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEFD is #E93102. Grayscale: #9B9B9B. Windows color (decimal): -15282435 or 16633366. OLE color: 16633366.
HSL color Cylindrical-coordinate representation of color #16CEFD: hue angle of 192.21º 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 #16CEFD is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 206 | 253 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.01 |
| HSL | 192.21º | 0.98% | 0.54% | - |
| HSV(B) | 192.21º | 0.91% | 0.99% | - |
| XYZ | 40.13 | 51.41 | 100.74 | - |
| YUV | 156.34 | 182.54 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 253 | 0.91 | 0.19 | 0 | 0.01 | 192.21 | 0.98 | 0.54 |
| Hex | 16 | CE | FD | 5B | 13 | 0 | 1 | C0 | 62 | 36 |
| Octal | 26 | 316 | 375 | 133 | 23 | 0 | 1 | 300 | 142 | 66 |
| Binary | 10110 | 11001110 | 11111101 | 1011011 | 10011 | 0 | 1 | 11000000 | 1100010 | 110110 |
Color Harmonies of #16CEFD
Complementary color
Monochromatic Colors of #16CEFD
Black with #16CEFD
Text Example
Text Example
White with #16CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEFD; }
p { color: rgb(22,206,253); }
H1.HeaderClassName
{
color: #16CEFD;
}
.AnyTagClassName
{
color: #16CEFD;
}
</style>
background-color css
<style>
a { background-color: #16CEFD; }
a { background-color: rgb(22,206,253); }
div.DivClassName
{
background-color: #16CEFD;
}
.BgClassName
{
background-color: #16CEFD;
}
</style>
border-color css
<style>
span { border-color: #16CEFD; }
span { border-color: rgb(22,206,253); }
td.TdClassName
{
border-color: #16CEFD;
}
.TagClassName
{
border-color: #16CEFD;
}
</style>