Shades of Deep Sky Blue #16CDEF
Tints of Deep Sky Blue #16CDEF
RGB
CMYK
RGB Variations
Color information
#16CDEF (or 0x16CDEF) is known color: Deep Sky Blue. HEX triplet: 16, CD and EF. RGB value is (22,205,239). Sum of RGB (Red+Green+Blue) = 22+205+239=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #16CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CDEF is #E93210. Grayscale: #999999. Windows color (decimal): -15282705 or 15715606. OLE color: 15715606.
HSL color Cylindrical-coordinate representation of color #16CDEF: hue angle of 189.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CDEF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 205 | 239 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.06 |
| HSL | 189.4º | 0.87% | 0.51% | - |
| HSV(B) | 189.4º | 0.91% | 0.94% | - |
| XYZ | 37.74 | 50.07 | 89.34 | - |
| YUV | 154.16 | 175.87 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 239 | 0.91 | 0.14 | 0 | 0.06 | 189.4 | 0.87 | 0.51 |
| Hex | 16 | CD | EF | 5B | E | 0 | 6 | BD | 57 | 33 |
| Octal | 26 | 315 | 357 | 133 | 16 | 0 | 6 | 275 | 127 | 63 |
| Binary | 10110 | 11001101 | 11101111 | 1011011 | 1110 | 0 | 110 | 10111101 | 1010111 | 110011 |
Color Harmonies of #16CDEF
Complementary color
Monochromatic Colors of #16CDEF
Black with #16CDEF
Text Example
Text Example
White with #16CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDEF; }
p { color: rgb(22,205,239); }
H1.HeaderClassName
{
color: #16CDEF;
}
.AnyTagClassName
{
color: #16CDEF;
}
</style>
background-color css
<style>
a { background-color: #16CDEF; }
a { background-color: rgb(22,205,239); }
div.DivClassName
{
background-color: #16CDEF;
}
.BgClassName
{
background-color: #16CDEF;
}
</style>
border-color css
<style>
span { border-color: #16CDEF; }
span { border-color: rgb(22,205,239); }
td.TdClassName
{
border-color: #16CDEF;
}
.TagClassName
{
border-color: #16CDEF;
}
</style>