Shades of Deep Sky Blue #19AEEF
Tints of Deep Sky Blue #19AEEF
RGB
CMYK
RGB Variations
Color information
#19AEEF (or 0x19AEEF) is known color: Deep Sky Blue. HEX triplet: 19, AE and EF. RGB value is (25,174,239). Sum of RGB (Red+Green+Blue) = 25+174+239=438 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.71% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #19AEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AEEF is #E65110. Grayscale: #888888. Windows color (decimal): -15094033 or 15707673. OLE color: 15707673.
HSL color Cylindrical-coordinate representation of color #19AEEF: hue angle of 198.22º 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 #19AEEF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 174 | 239 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.06 |
| HSL | 198.22º | 0.87% | 0.52% | - |
| HSV(B) | 198.22º | 0.9% | 0.94% | - |
| XYZ | 31.12 | 36.71 | 87.11 | - |
| YUV | 136.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 239 | 0.90 | 0.27 | 0 | 0.06 | 198.22 | 0.87 | 0.52 |
| Hex | 19 | AE | EF | 5A | 1B | 0 | 6 | C6 | 57 | 34 |
| Octal | 31 | 256 | 357 | 132 | 33 | 0 | 6 | 306 | 127 | 64 |
| Binary | 11001 | 10101110 | 11101111 | 1011010 | 11011 | 0 | 110 | 11000110 | 1010111 | 110100 |
Color Harmonies of #19AEEF
Complementary color
Monochromatic Colors of #19AEEF
Black with #19AEEF
Text Example
Text Example
White with #19AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AEEF; }
p { color: rgb(25,174,239); }
H1.HeaderClassName
{
color: #19AEEF;
}
.AnyTagClassName
{
color: #19AEEF;
}
</style>
background-color css
<style>
a { background-color: #19AEEF; }
a { background-color: rgb(25,174,239); }
div.DivClassName
{
background-color: #19AEEF;
}
.BgClassName
{
background-color: #19AEEF;
}
</style>
border-color css
<style>
span { border-color: #19AEEF; }
span { border-color: rgb(25,174,239); }
td.TdClassName
{
border-color: #19AEEF;
}
.TagClassName
{
border-color: #19AEEF;
}
</style>