Shades of Summer Sky #1AAEEF
Tints of Summer Sky #1AAEEF
RGB
CMYK
RGB Variations
Color information
#1AAEEF (or 0x1AAEEF) is known color: Summer Sky. HEX triplet: 1A, AE and EF. RGB value is (26,174,239). Sum of RGB (Red+Green+Blue) = 26+174+239=439 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.92% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEEF is #E55110. Grayscale: #888888. Windows color (decimal): -15028497 or 15707674. OLE color: 15707674.
HSL color Cylindrical-coordinate representation of color #1AAEEF: hue angle of 198.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAEEF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 174 | 239 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.06 |
| HSL | 198.31º | 0.87% | 0.52% | - |
| HSV(B) | 198.31º | 0.89% | 0.94% | - |
| XYZ | 31.14 | 36.72 | 87.11 | - |
| YUV | 137.16 | 185.47 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 239 | 0.89 | 0.27 | 0 | 0.06 | 198.31 | 0.87 | 0.52 |
| Hex | 1A | AE | EF | 59 | 1B | 0 | 6 | C6 | 57 | 34 |
| Octal | 32 | 256 | 357 | 131 | 33 | 0 | 6 | 306 | 127 | 64 |
| Binary | 11010 | 10101110 | 11101111 | 1011001 | 11011 | 0 | 110 | 11000110 | 1010111 | 110100 |
Color Harmonies of #1AAEEF
Complementary color
Monochromatic Colors of #1AAEEF
Black with #1AAEEF
Text Example
Text Example
White with #1AAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEEF; }
p { color: rgb(26,174,239); }
H1.HeaderClassName
{
color: #1AAEEF;
}
.AnyTagClassName
{
color: #1AAEEF;
}
</style>
background-color css
<style>
a { background-color: #1AAEEF; }
a { background-color: rgb(26,174,239); }
div.DivClassName
{
background-color: #1AAEEF;
}
.BgClassName
{
background-color: #1AAEEF;
}
</style>
border-color css
<style>
span { border-color: #1AAEEF; }
span { border-color: rgb(26,174,239); }
td.TdClassName
{
border-color: #1AAEEF;
}
.TagClassName
{
border-color: #1AAEEF;
}
</style>