Shades of Summer Sky #18ABEA
Tints of Summer Sky #18ABEA
RGB
CMYK
RGB Variations
Color information
#18ABEA (or 0x18ABEA) is known color: Summer Sky. HEX triplet: 18, AB and EA. RGB value is (24,171,234). Sum of RGB (Red+Green+Blue) = 24+171+234=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #18ABEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABEA is #E75415. Grayscale: #858585. Windows color (decimal): -15160342 or 15379224. OLE color: 15379224.
HSL color Cylindrical-coordinate representation of color #18ABEA: hue angle of 198º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ABEA is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 171 | 234 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.08 |
| HSL | 198º | 0.83% | 0.51% | - |
| HSV(B) | 198º | 0.9% | 0.92% | - |
| XYZ | 29.79 | 35.26 | 83.08 | - |
| YUV | 134.23 | 184.3 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 234 | 0.90 | 0.27 | 0 | 0.08 | 198 | 0.83 | 0.51 |
| Hex | 18 | AB | EA | 5A | 1B | 0 | 8 | C6 | 53 | 33 |
| Octal | 30 | 253 | 352 | 132 | 33 | 0 | 10 | 306 | 123 | 63 |
| Binary | 11000 | 10101011 | 11101010 | 1011010 | 11011 | 0 | 1000 | 11000110 | 1010011 | 110011 |
Color Harmonies of #18ABEA
Complementary color
Monochromatic Colors of #18ABEA
Black with #18ABEA
Text Example
Text Example
White with #18ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABEA; }
p { color: rgb(24,171,234); }
H1.HeaderClassName
{
color: #18ABEA;
}
.AnyTagClassName
{
color: #18ABEA;
}
</style>
background-color css
<style>
a { background-color: #18ABEA; }
a { background-color: rgb(24,171,234); }
div.DivClassName
{
background-color: #18ABEA;
}
.BgClassName
{
background-color: #18ABEA;
}
</style>
border-color css
<style>
span { border-color: #18ABEA; }
span { border-color: rgb(24,171,234); }
td.TdClassName
{
border-color: #18ABEA;
}
.TagClassName
{
border-color: #18ABEA;
}
</style>