Shades of Deep Sky Blue #19DAFE
Tints of Deep Sky Blue #19DAFE
RGB
CMYK
RGB Variations
Color information
#19DAFE (or 0x19DAFE) is known color: Deep Sky Blue. HEX triplet: 19, DA and FE. RGB value is (25,218,254). Sum of RGB (Red+Green+Blue) = 25+218+254=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #19DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAFE is #E62501. Grayscale: #A4A4A4. Windows color (decimal): -15082754 or 16701977. OLE color: 16701977.
HSL color Cylindrical-coordinate representation of color #19DAFE: hue angle of 189.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DAFE is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 218 | 254 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.00 |
| HSL | 189.43º | 0.99% | 0.55% | - |
| HSV(B) | 189.43º | 0.9% | 1% | - |
| XYZ | 43.36 | 57.51 | 102.58 | - |
| YUV | 164.4 | 178.56 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 254 | 0.90 | 0.14 | 0 | 0.00 | 189.43 | 0.99 | 0.55 |
| Hex | 19 | DA | FE | 5A | E | 0 | 0 | BD | 63 | 37 |
| Octal | 31 | 332 | 376 | 132 | 16 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11001 | 11011010 | 11111110 | 1011010 | 1110 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #19DAFE
Complementary color
Monochromatic Colors of #19DAFE
Black with #19DAFE
Text Example
Text Example
White with #19DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAFE; }
p { color: rgb(25,218,254); }
H1.HeaderClassName
{
color: #19DAFE;
}
.AnyTagClassName
{
color: #19DAFE;
}
</style>
background-color css
<style>
a { background-color: #19DAFE; }
a { background-color: rgb(25,218,254); }
div.DivClassName
{
background-color: #19DAFE;
}
.BgClassName
{
background-color: #19DAFE;
}
</style>
border-color css
<style>
span { border-color: #19DAFE; }
span { border-color: rgb(25,218,254); }
td.TdClassName
{
border-color: #19DAFE;
}
.TagClassName
{
border-color: #19DAFE;
}
</style>