Shades of Summer Sky #1AAEDA
Tints of Summer Sky #1AAEDA
RGB
CMYK
RGB Variations
Color information
#1AAEDA (or 0x1AAEDA) is known color: Summer Sky. HEX triplet: 1A, AE and DA. RGB value is (26,174,218). Sum of RGB (Red+Green+Blue) = 26+174+218=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #1AAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEDA is #E55125. Grayscale: #868686. Windows color (decimal): -15028518 or 14331418. OLE color: 14331418.
HSL color Cylindrical-coordinate representation of color #1AAEDA: hue angle of 193.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAEDA is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 174 | 218 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.15 |
| HSL | 193.75º | 0.79% | 0.48% | - |
| HSV(B) | 193.75º | 0.88% | 0.85% | - |
| XYZ | 28.22 | 35.55 | 71.71 | - |
| YUV | 134.76 | 174.97 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 218 | 0.88 | 0.20 | 0 | 0.15 | 193.75 | 0.79 | 0.48 |
| Hex | 1A | AE | DA | 58 | 14 | 0 | F | C2 | 4F | 30 |
| Octal | 32 | 256 | 332 | 130 | 24 | 0 | 17 | 302 | 117 | 60 |
| Binary | 11010 | 10101110 | 11011010 | 1011000 | 10100 | 0 | 1111 | 11000010 | 1001111 | 110000 |
Color Harmonies of #1AAEDA
Complementary color
Monochromatic Colors of #1AAEDA
Black with #1AAEDA
Text Example
Text Example
White with #1AAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEDA; }
p { color: rgb(26,174,218); }
H1.HeaderClassName
{
color: #1AAEDA;
}
.AnyTagClassName
{
color: #1AAEDA;
}
</style>
background-color css
<style>
a { background-color: #1AAEDA; }
a { background-color: rgb(26,174,218); }
div.DivClassName
{
background-color: #1AAEDA;
}
.BgClassName
{
background-color: #1AAEDA;
}
</style>
border-color css
<style>
span { border-color: #1AAEDA; }
span { border-color: rgb(26,174,218); }
td.TdClassName
{
border-color: #1AAEDA;
}
.TagClassName
{
border-color: #1AAEDA;
}
</style>