Shades of Deep Sky Blue #19AEFA
Tints of Deep Sky Blue #19AEFA
RGB
CMYK
RGB Variations
Color information
#19AEFA (or 0x19AEFA) is known color: Deep Sky Blue. HEX triplet: 19, AE and FA. RGB value is (25,174,250). Sum of RGB (Red+Green+Blue) = 25+174+250=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #19AEFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AEFA is #E65105. Grayscale: #898989. Windows color (decimal): -15094022 or 16428569. OLE color: 16428569.
HSL color Cylindrical-coordinate representation of color #19AEFA: hue angle of 200.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AEFA is Cyan = 0.9, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 174 | 250 | - |
| CMYK | 0.9 | 0.30 | 0 | 0.02 |
| HSL | 200.27º | 0.96% | 0.54% | - |
| HSV(B) | 200.27º | 0.9% | 0.98% | - |
| XYZ | 32.79 | 37.38 | 95.93 | - |
| YUV | 138.11 | 191.14 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 250 | 0.9 | 0.30 | 0 | 0.02 | 200.27 | 0.96 | 0.54 |
| Hex | 19 | AE | FA | 5A | 1E | 0 | 2 | C8 | 60 | 36 |
| Octal | 31 | 256 | 372 | 132 | 36 | 0 | 2 | 310 | 140 | 66 |
| Binary | 11001 | 10101110 | 11111010 | 1011010 | 11110 | 0 | 10 | 11001000 | 1100000 | 110110 |
Color Harmonies of #19AEFA
Complementary color
Monochromatic Colors of #19AEFA
Black with #19AEFA
Text Example
Text Example
White with #19AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AEFA; }
p { color: rgb(25,174,250); }
H1.HeaderClassName
{
color: #19AEFA;
}
.AnyTagClassName
{
color: #19AEFA;
}
</style>
background-color css
<style>
a { background-color: #19AEFA; }
a { background-color: rgb(25,174,250); }
div.DivClassName
{
background-color: #19AEFA;
}
.BgClassName
{
background-color: #19AEFA;
}
</style>
border-color css
<style>
span { border-color: #19AEFA; }
span { border-color: rgb(25,174,250); }
td.TdClassName
{
border-color: #19AEFA;
}
.TagClassName
{
border-color: #19AEFA;
}
</style>