Shades of Summer Sky #18ABE1
Tints of Summer Sky #18ABE1
RGB
CMYK
RGB Variations
Color information
#18ABE1 (or 0x18ABE1) is known color: Summer Sky. HEX triplet: 18, AB and E1. RGB value is (24,171,225). Sum of RGB (Red+Green+Blue) = 24+171+225=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #18ABE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABE1 is #E7541E. Grayscale: #848484. Windows color (decimal): -15160351 or 14789400. OLE color: 14789400.
HSL color Cylindrical-coordinate representation of color #18ABE1: hue angle of 196.12º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ABE1 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 171 | 225 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.12 |
| HSL | 196.12º | 0.81% | 0.49% | - |
| HSV(B) | 196.12º | 0.89% | 0.88% | - |
| XYZ | 28.53 | 34.76 | 76.44 | - |
| YUV | 133.2 | 179.8 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 225 | 0.89 | 0.24 | 0 | 0.12 | 196.12 | 0.81 | 0.49 |
| Hex | 18 | AB | E1 | 59 | 18 | 0 | C | C4 | 51 | 31 |
| Octal | 30 | 253 | 341 | 131 | 30 | 0 | 14 | 304 | 121 | 61 |
| Binary | 11000 | 10101011 | 11100001 | 1011001 | 11000 | 0 | 1100 | 11000100 | 1010001 | 110001 |
Color Harmonies of #18ABE1
Complementary color
Monochromatic Colors of #18ABE1
Black with #18ABE1
Text Example
Text Example
White with #18ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABE1; }
p { color: rgb(24,171,225); }
H1.HeaderClassName
{
color: #18ABE1;
}
.AnyTagClassName
{
color: #18ABE1;
}
</style>
background-color css
<style>
a { background-color: #18ABE1; }
a { background-color: rgb(24,171,225); }
div.DivClassName
{
background-color: #18ABE1;
}
.BgClassName
{
background-color: #18ABE1;
}
</style>
border-color css
<style>
span { border-color: #18ABE1; }
span { border-color: rgb(24,171,225); }
td.TdClassName
{
border-color: #18ABE1;
}
.TagClassName
{
border-color: #18ABE1;
}
</style>