Shades of Deep Sky Blue #19CDEF
Tints of Deep Sky Blue #19CDEF
RGB
CMYK
RGB Variations
Color information
#19CDEF (or 0x19CDEF) is known color: Deep Sky Blue. HEX triplet: 19, CD and EF. RGB value is (25,205,239). Sum of RGB (Red+Green+Blue) = 25+205+239=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #19CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDEF is #E63210. Grayscale: #9A9A9A. Windows color (decimal): -15086097 or 15715609. OLE color: 15715609.
HSL color Cylindrical-coordinate representation of color #19CDEF: hue angle of 189.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CDEF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 205 | 239 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.06 |
| HSL | 189.53º | 0.87% | 0.52% | - |
| HSV(B) | 189.53º | 0.9% | 0.94% | - |
| XYZ | 37.81 | 50.1 | 89.34 | - |
| YUV | 155.06 | 175.37 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 239 | 0.90 | 0.14 | 0 | 0.06 | 189.53 | 0.87 | 0.52 |
| Hex | 19 | CD | EF | 5A | E | 0 | 6 | BE | 57 | 34 |
| Octal | 31 | 315 | 357 | 132 | 16 | 0 | 6 | 276 | 127 | 64 |
| Binary | 11001 | 11001101 | 11101111 | 1011010 | 1110 | 0 | 110 | 10111110 | 1010111 | 110100 |
Color Harmonies of #19CDEF
Complementary color
Monochromatic Colors of #19CDEF
Black with #19CDEF
Text Example
Text Example
White with #19CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDEF; }
p { color: rgb(25,205,239); }
H1.HeaderClassName
{
color: #19CDEF;
}
.AnyTagClassName
{
color: #19CDEF;
}
</style>
background-color css
<style>
a { background-color: #19CDEF; }
a { background-color: rgb(25,205,239); }
div.DivClassName
{
background-color: #19CDEF;
}
.BgClassName
{
background-color: #19CDEF;
}
</style>
border-color css
<style>
span { border-color: #19CDEF; }
span { border-color: rgb(25,205,239); }
td.TdClassName
{
border-color: #19CDEF;
}
.TagClassName
{
border-color: #19CDEF;
}
</style>