Shades of Summer Sky #18ACEC
Tints of Summer Sky #18ACEC
RGB
CMYK
RGB Variations
Color information
#18ACEC (or 0x18ACEC) is known color: Summer Sky. HEX triplet: 18, AC and EC. RGB value is (24,172,236). Sum of RGB (Red+Green+Blue) = 24+172+236=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #18ACEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ACEC is #E75313. Grayscale: #868686. Windows color (decimal): -15160084 or 15510552. OLE color: 15510552.
HSL color Cylindrical-coordinate representation of color #18ACEC: hue angle of 198.11º 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 #18ACEC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 172 | 236 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.07 |
| HSL | 198.11º | 0.85% | 0.51% | - |
| HSV(B) | 198.11º | 0.9% | 0.93% | - |
| XYZ | 30.27 | 35.76 | 84.66 | - |
| YUV | 135.04 | 184.97 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 236 | 0.90 | 0.27 | 0 | 0.07 | 198.11 | 0.85 | 0.51 |
| Hex | 18 | AC | EC | 5A | 1B | 0 | 7 | C6 | 55 | 33 |
| Octal | 30 | 254 | 354 | 132 | 33 | 0 | 7 | 306 | 125 | 63 |
| Binary | 11000 | 10101100 | 11101100 | 1011010 | 11011 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #18ACEC
Complementary color
Monochromatic Colors of #18ACEC
Black with #18ACEC
Text Example
Text Example
White with #18ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACEC; }
p { color: rgb(24,172,236); }
H1.HeaderClassName
{
color: #18ACEC;
}
.AnyTagClassName
{
color: #18ACEC;
}
</style>
background-color css
<style>
a { background-color: #18ACEC; }
a { background-color: rgb(24,172,236); }
div.DivClassName
{
background-color: #18ACEC;
}
.BgClassName
{
background-color: #18ACEC;
}
</style>
border-color css
<style>
span { border-color: #18ACEC; }
span { border-color: rgb(24,172,236); }
td.TdClassName
{
border-color: #18ACEC;
}
.TagClassName
{
border-color: #18ACEC;
}
</style>