Shades of Summer Sky #1AADE0
Tints of Summer Sky #1AADE0
RGB
CMYK
RGB Variations
Color information
#1AADE0 (or 0x1AADE0) is known color: Summer Sky. HEX triplet: 1A, AD and E0. RGB value is (26,173,224). Sum of RGB (Red+Green+Blue) = 26+173+224=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #1AADE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADE0 is #E5521F. Grayscale: #868686. Windows color (decimal): -15028768 or 14724378. OLE color: 14724378.
HSL color Cylindrical-coordinate representation of color #1AADE0: hue angle of 195.45º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AADE0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 173 | 224 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.12 |
| HSL | 195.45º | 0.79% | 0.49% | - |
| HSV(B) | 195.45º | 0.88% | 0.88% | - |
| XYZ | 28.82 | 35.49 | 75.85 | - |
| YUV | 134.86 | 178.3 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 224 | 0.88 | 0.23 | 0 | 0.12 | 195.45 | 0.79 | 0.49 |
| Hex | 1A | AD | E0 | 58 | 17 | 0 | C | C3 | 4F | 31 |
| Octal | 32 | 255 | 340 | 130 | 27 | 0 | 14 | 303 | 117 | 61 |
| Binary | 11010 | 10101101 | 11100000 | 1011000 | 10111 | 0 | 1100 | 11000011 | 1001111 | 110001 |
Color Harmonies of #1AADE0
Complementary color
Monochromatic Colors of #1AADE0
Black with #1AADE0
Text Example
Text Example
White with #1AADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADE0; }
p { color: rgb(26,173,224); }
H1.HeaderClassName
{
color: #1AADE0;
}
.AnyTagClassName
{
color: #1AADE0;
}
</style>
background-color css
<style>
a { background-color: #1AADE0; }
a { background-color: rgb(26,173,224); }
div.DivClassName
{
background-color: #1AADE0;
}
.BgClassName
{
background-color: #1AADE0;
}
</style>
border-color css
<style>
span { border-color: #1AADE0; }
span { border-color: rgb(26,173,224); }
td.TdClassName
{
border-color: #1AADE0;
}
.TagClassName
{
border-color: #1AADE0;
}
</style>