Shades of Summer Sky #19AFED
Tints of Summer Sky #19AFED
RGB
CMYK
RGB Variations
Color information
#19AFED (or 0x19AFED) is known color: Summer Sky. HEX triplet: 19, AF and ED. RGB value is (25,175,237). Sum of RGB (Red+Green+Blue) = 25+175+237=437 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.72% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #19AFED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFED is #E65012. Grayscale: #888888. Windows color (decimal): -15093779 or 15576857. OLE color: 15576857.
HSL color Cylindrical-coordinate representation of color #19AFED: hue angle of 197.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AFED is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 175 | 237 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.07 |
| HSL | 197.55º | 0.85% | 0.51% | - |
| HSV(B) | 197.55º | 0.89% | 0.93% | - |
| XYZ | 31.02 | 36.98 | 85.62 | - |
| YUV | 137.22 | 184.31 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 237 | 0.89 | 0.26 | 0 | 0.07 | 197.55 | 0.85 | 0.51 |
| Hex | 19 | AF | ED | 59 | 1A | 0 | 7 | C6 | 55 | 33 |
| Octal | 31 | 257 | 355 | 131 | 32 | 0 | 7 | 306 | 125 | 63 |
| Binary | 11001 | 10101111 | 11101101 | 1011001 | 11010 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #19AFED
Complementary color
Monochromatic Colors of #19AFED
Black with #19AFED
Text Example
Text Example
White with #19AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFED; }
p { color: rgb(25,175,237); }
H1.HeaderClassName
{
color: #19AFED;
}
.AnyTagClassName
{
color: #19AFED;
}
</style>
background-color css
<style>
a { background-color: #19AFED; }
a { background-color: rgb(25,175,237); }
div.DivClassName
{
background-color: #19AFED;
}
.BgClassName
{
background-color: #19AFED;
}
</style>
border-color css
<style>
span { border-color: #19AFED; }
span { border-color: rgb(25,175,237); }
td.TdClassName
{
border-color: #19AFED;
}
.TagClassName
{
border-color: #19AFED;
}
</style>