Shades of Summer Sky #18ABEB
Tints of Summer Sky #18ABEB
RGB
CMYK
RGB Variations
Color information
#18ABEB (or 0x18ABEB) is known color: Summer Sky. HEX triplet: 18, AB and EB. RGB value is (24,171,235). Sum of RGB (Red+Green+Blue) = 24+171+235=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #18ABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABEB is #E75414. Grayscale: #858585. Windows color (decimal): -15160341 or 15444760. OLE color: 15444760.
HSL color Cylindrical-coordinate representation of color #18ABEB: hue angle of 198.2º degrees, saturation: 0.84, 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 #18ABEB is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 171 | 235 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.08 |
| HSL | 198.2º | 0.84% | 0.51% | - |
| HSV(B) | 198.2º | 0.9% | 0.92% | - |
| XYZ | 29.94 | 35.32 | 83.84 | - |
| YUV | 134.34 | 184.8 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 235 | 0.90 | 0.27 | 0 | 0.08 | 198.2 | 0.84 | 0.51 |
| Hex | 18 | AB | EB | 5A | 1B | 0 | 8 | C6 | 54 | 33 |
| Octal | 30 | 253 | 353 | 132 | 33 | 0 | 10 | 306 | 124 | 63 |
| Binary | 11000 | 10101011 | 11101011 | 1011010 | 11011 | 0 | 1000 | 11000110 | 1010100 | 110011 |
Color Harmonies of #18ABEB
Complementary color
Monochromatic Colors of #18ABEB
Black with #18ABEB
Text Example
Text Example
White with #18ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABEB; }
p { color: rgb(24,171,235); }
H1.HeaderClassName
{
color: #18ABEB;
}
.AnyTagClassName
{
color: #18ABEB;
}
</style>
background-color css
<style>
a { background-color: #18ABEB; }
a { background-color: rgb(24,171,235); }
div.DivClassName
{
background-color: #18ABEB;
}
.BgClassName
{
background-color: #18ABEB;
}
</style>
border-color css
<style>
span { border-color: #18ABEB; }
span { border-color: rgb(24,171,235); }
td.TdClassName
{
border-color: #18ABEB;
}
.TagClassName
{
border-color: #18ABEB;
}
</style>