Shades of Deep Sky Blue #19AEFD
Tints of Deep Sky Blue #19AEFD
RGB
CMYK
RGB Variations
Color information
#19AEFD (or 0x19AEFD) is known color: Deep Sky Blue. HEX triplet: 19, AE and FD. RGB value is (25,174,253). Sum of RGB (Red+Green+Blue) = 25+174+253=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #19AEFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AEFD is #E65102. Grayscale: #898989. Windows color (decimal): -15094019 or 16625177. OLE color: 16625177.
HSL color Cylindrical-coordinate representation of color #19AEFD: hue angle of 200.79º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AEFD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 174 | 253 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.01 |
| HSL | 200.79º | 0.98% | 0.55% | - |
| HSV(B) | 200.79º | 0.9% | 0.99% | - |
| XYZ | 33.27 | 37.57 | 98.43 | - |
| YUV | 138.46 | 192.64 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 253 | 0.90 | 0.31 | 0 | 0.01 | 200.79 | 0.98 | 0.55 |
| Hex | 19 | AE | FD | 5A | 1F | 0 | 1 | C9 | 62 | 37 |
| Octal | 31 | 256 | 375 | 132 | 37 | 0 | 1 | 311 | 142 | 67 |
| Binary | 11001 | 10101110 | 11111101 | 1011010 | 11111 | 0 | 1 | 11001001 | 1100010 | 110111 |
Color Harmonies of #19AEFD
Complementary color
Monochromatic Colors of #19AEFD
Black with #19AEFD
Text Example
Text Example
White with #19AEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AEFD; }
p { color: rgb(25,174,253); }
H1.HeaderClassName
{
color: #19AEFD;
}
.AnyTagClassName
{
color: #19AEFD;
}
</style>
background-color css
<style>
a { background-color: #19AEFD; }
a { background-color: rgb(25,174,253); }
div.DivClassName
{
background-color: #19AEFD;
}
.BgClassName
{
background-color: #19AEFD;
}
</style>
border-color css
<style>
span { border-color: #19AEFD; }
span { border-color: rgb(25,174,253); }
td.TdClassName
{
border-color: #19AEFD;
}
.TagClassName
{
border-color: #19AEFD;
}
</style>