Shades of Summer Sky #18AAEC
Tints of Summer Sky #18AAEC
RGB
CMYK
RGB Variations
Color information
#18AAEC (or 0x18AAEC) is known color: Summer Sky. HEX triplet: 18, AA and EC. RGB value is (24,170,236). Sum of RGB (Red+Green+Blue) = 24+170+236=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #18AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAEC is #E75513. Grayscale: #858585. Windows color (decimal): -15160596 or 15510040. OLE color: 15510040.
HSL color Cylindrical-coordinate representation of color #18AAEC: hue angle of 198.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AAEC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 170 | 236 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.07 |
| HSL | 198.68º | 0.85% | 0.51% | - |
| HSV(B) | 198.68º | 0.9% | 0.93% | - |
| XYZ | 29.89 | 35 | 84.54 | - |
| YUV | 133.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 236 | 0.90 | 0.28 | 0 | 0.07 | 198.68 | 0.85 | 0.51 |
| Hex | 18 | AA | EC | 5A | 1C | 0 | 7 | C7 | 55 | 33 |
| Octal | 30 | 252 | 354 | 132 | 34 | 0 | 7 | 307 | 125 | 63 |
| Binary | 11000 | 10101010 | 11101100 | 1011010 | 11100 | 0 | 111 | 11000111 | 1010101 | 110011 |
Color Harmonies of #18AAEC
Complementary color
Monochromatic Colors of #18AAEC
Black with #18AAEC
Text Example
Text Example
White with #18AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAEC; }
p { color: rgb(24,170,236); }
H1.HeaderClassName
{
color: #18AAEC;
}
.AnyTagClassName
{
color: #18AAEC;
}
</style>
background-color css
<style>
a { background-color: #18AAEC; }
a { background-color: rgb(24,170,236); }
div.DivClassName
{
background-color: #18AAEC;
}
.BgClassName
{
background-color: #18AAEC;
}
</style>
border-color css
<style>
span { border-color: #18AAEC; }
span { border-color: rgb(24,170,236); }
td.TdClassName
{
border-color: #18AAEC;
}
.TagClassName
{
border-color: #18AAEC;
}
</style>