Shades of Deep Sky Blue #19DEFF
Tints of Deep Sky Blue #19DEFF
RGB
CMYK
RGB Variations
Color information
#19DEFF (or 0x19DEFF) is known color: Deep Sky Blue. HEX triplet: 19, DE and FF. RGB value is (25,222,255). Sum of RGB (Red+Green+Blue) = 25+222+255=502 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.98% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #19DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEFF is #E62100. Grayscale: #A6A6A6. Windows color (decimal): -15081729 or 16768537. OLE color: 16768537.
HSL color Cylindrical-coordinate representation of color #19DEFF: hue angle of 188.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DEFF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 222 | 255 | - |
| CMYK | 0.90 | 0.13 | 0 | 0 |
| HSL | 188.61º | 1% | 0.55% | - |
| HSV(B) | 188.61º | 0.9% | 1% | - |
| XYZ | 44.57 | 59.67 | 103.78 | - |
| YUV | 166.86 | 177.73 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 255 | 0.90 | 0.13 | 0 | 0 | 188.61 | 1 | 0.55 |
| Hex | 19 | DE | FF | 5A | D | 0 | 0 | BD | 64 | 37 |
| Octal | 31 | 336 | 377 | 132 | 15 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11001 | 11011110 | 11111111 | 1011010 | 1101 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #19DEFF
Complementary color
Monochromatic Colors of #19DEFF
Black with #19DEFF
Text Example
Text Example
White with #19DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DEFF; }
p { color: rgb(25,222,255); }
H1.HeaderClassName
{
color: #19DEFF;
}
.AnyTagClassName
{
color: #19DEFF;
}
</style>
background-color css
<style>
a { background-color: #19DEFF; }
a { background-color: rgb(25,222,255); }
div.DivClassName
{
background-color: #19DEFF;
}
.BgClassName
{
background-color: #19DEFF;
}
</style>
border-color css
<style>
span { border-color: #19DEFF; }
span { border-color: rgb(25,222,255); }
td.TdClassName
{
border-color: #19DEFF;
}
.TagClassName
{
border-color: #19DEFF;
}
</style>