Shades of Summer Sky #18ABE6
Tints of Summer Sky #18ABE6
RGB
CMYK
RGB Variations
Color information
#18ABE6 (or 0x18ABE6) is known color: Summer Sky. HEX triplet: 18, AB and E6. RGB value is (24,171,230). Sum of RGB (Red+Green+Blue) = 24+171+230=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #18ABE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABE6 is #E75419. Grayscale: #858585. Windows color (decimal): -15160346 or 15117080. OLE color: 15117080.
HSL color Cylindrical-coordinate representation of color #18ABE6: hue angle of 197.18º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ABE6 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 171 | 230 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.10 |
| HSL | 197.18º | 0.81% | 0.5% | - |
| HSV(B) | 197.18º | 0.9% | 0.9% | - |
| XYZ | 29.22 | 35.03 | 80.08 | - |
| YUV | 133.77 | 182.3 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 230 | 0.90 | 0.26 | 0 | 0.10 | 197.18 | 0.81 | 0.5 |
| Hex | 18 | AB | E6 | 5A | 1A | 0 | A | C5 | 51 | 32 |
| Octal | 30 | 253 | 346 | 132 | 32 | 0 | 12 | 305 | 121 | 62 |
| Binary | 11000 | 10101011 | 11100110 | 1011010 | 11010 | 0 | 1010 | 11000101 | 1010001 | 110010 |
Color Harmonies of #18ABE6
Complementary color
Monochromatic Colors of #18ABE6
Black with #18ABE6
Text Example
Text Example
White with #18ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABE6; }
p { color: rgb(24,171,230); }
H1.HeaderClassName
{
color: #18ABE6;
}
.AnyTagClassName
{
color: #18ABE6;
}
</style>
background-color css
<style>
a { background-color: #18ABE6; }
a { background-color: rgb(24,171,230); }
div.DivClassName
{
background-color: #18ABE6;
}
.BgClassName
{
background-color: #18ABE6;
}
</style>
border-color css
<style>
span { border-color: #18ABE6; }
span { border-color: rgb(24,171,230); }
td.TdClassName
{
border-color: #18ABE6;
}
.TagClassName
{
border-color: #18ABE6;
}
</style>