Shades of Summer Sky #1AADE5
Tints of Summer Sky #1AADE5
RGB
CMYK
RGB Variations
Color information
#1AADE5 (or 0x1AADE5) is known color: Summer Sky. HEX triplet: 1A, AD and E5. RGB value is (26,173,229). Sum of RGB (Red+Green+Blue) = 26+173+229=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #1AADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADE5 is #E5521A. Grayscale: #878787. Windows color (decimal): -15028763 or 15052058. OLE color: 15052058.
HSL color Cylindrical-coordinate representation of color #1AADE5: hue angle of 196.55º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AADE5 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 173 | 229 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.10 |
| HSL | 196.55º | 0.8% | 0.5% | - |
| HSV(B) | 196.55º | 0.89% | 0.9% | - |
| XYZ | 29.51 | 35.76 | 79.48 | - |
| YUV | 135.43 | 180.8 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 229 | 0.89 | 0.24 | 0 | 0.10 | 196.55 | 0.8 | 0.5 |
| Hex | 1A | AD | E5 | 59 | 18 | 0 | A | C5 | 50 | 32 |
| Octal | 32 | 255 | 345 | 131 | 30 | 0 | 12 | 305 | 120 | 62 |
| Binary | 11010 | 10101101 | 11100101 | 1011001 | 11000 | 0 | 1010 | 11000101 | 1010000 | 110010 |
Color Harmonies of #1AADE5
Complementary color
Monochromatic Colors of #1AADE5
Black with #1AADE5
Text Example
Text Example
White with #1AADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADE5; }
p { color: rgb(26,173,229); }
H1.HeaderClassName
{
color: #1AADE5;
}
.AnyTagClassName
{
color: #1AADE5;
}
</style>
background-color css
<style>
a { background-color: #1AADE5; }
a { background-color: rgb(26,173,229); }
div.DivClassName
{
background-color: #1AADE5;
}
.BgClassName
{
background-color: #1AADE5;
}
</style>
border-color css
<style>
span { border-color: #1AADE5; }
span { border-color: rgb(26,173,229); }
td.TdClassName
{
border-color: #1AADE5;
}
.TagClassName
{
border-color: #1AADE5;
}
</style>