Shades of Summer Sky #19AFDC
Tints of Summer Sky #19AFDC
RGB
CMYK
RGB Variations
Color information
#19AFDC (or 0x19AFDC) is known color: Summer Sky. HEX triplet: 19, AF and DC. RGB value is (25,175,220). Sum of RGB (Red+Green+Blue) = 25+175+220=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #19AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFDC is #E65023. Grayscale: #868686. Windows color (decimal): -15093796 or 14462745. OLE color: 14462745.
HSL color Cylindrical-coordinate representation of color #19AFDC: hue angle of 193.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AFDC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 175 | 220 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.14 |
| HSL | 193.85º | 0.8% | 0.48% | - |
| HSV(B) | 193.85º | 0.89% | 0.86% | - |
| XYZ | 28.65 | 36.03 | 73.16 | - |
| YUV | 135.28 | 175.81 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 220 | 0.89 | 0.20 | 0 | 0.14 | 193.85 | 0.8 | 0.48 |
| Hex | 19 | AF | DC | 59 | 14 | 0 | E | C2 | 50 | 30 |
| Octal | 31 | 257 | 334 | 131 | 24 | 0 | 16 | 302 | 120 | 60 |
| Binary | 11001 | 10101111 | 11011100 | 1011001 | 10100 | 0 | 1110 | 11000010 | 1010000 | 110000 |
Color Harmonies of #19AFDC
Complementary color
Monochromatic Colors of #19AFDC
Black with #19AFDC
Text Example
Text Example
White with #19AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFDC; }
p { color: rgb(25,175,220); }
H1.HeaderClassName
{
color: #19AFDC;
}
.AnyTagClassName
{
color: #19AFDC;
}
</style>
background-color css
<style>
a { background-color: #19AFDC; }
a { background-color: rgb(25,175,220); }
div.DivClassName
{
background-color: #19AFDC;
}
.BgClassName
{
background-color: #19AFDC;
}
</style>
border-color css
<style>
span { border-color: #19AFDC; }
span { border-color: rgb(25,175,220); }
td.TdClassName
{
border-color: #19AFDC;
}
.TagClassName
{
border-color: #19AFDC;
}
</style>