Shades of Summer Sky #18ADEB
Tints of Summer Sky #18ADEB
RGB
CMYK
RGB Variations
Color information
#18ADEB (or 0x18ADEB) is known color: Summer Sky. HEX triplet: 18, AD and EB. RGB value is (24,173,235). Sum of RGB (Red+Green+Blue) = 24+173+235=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #18ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADEB is #E75214. Grayscale: #878787. Windows color (decimal): -15159829 or 15445272. OLE color: 15445272.
HSL color Cylindrical-coordinate representation of color #18ADEB: hue angle of 197.63º 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 #18ADEB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 173 | 235 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.08 |
| HSL | 197.63º | 0.84% | 0.51% | - |
| HSV(B) | 197.63º | 0.9% | 0.92% | - |
| XYZ | 30.32 | 36.08 | 83.96 | - |
| YUV | 135.52 | 184.14 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 235 | 0.90 | 0.26 | 0 | 0.08 | 197.63 | 0.84 | 0.51 |
| Hex | 18 | AD | EB | 5A | 1A | 0 | 8 | C6 | 54 | 33 |
| Octal | 30 | 255 | 353 | 132 | 32 | 0 | 10 | 306 | 124 | 63 |
| Binary | 11000 | 10101101 | 11101011 | 1011010 | 11010 | 0 | 1000 | 11000110 | 1010100 | 110011 |
Color Harmonies of #18ADEB
Complementary color
Monochromatic Colors of #18ADEB
Black with #18ADEB
Text Example
Text Example
White with #18ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADEB; }
p { color: rgb(24,173,235); }
H1.HeaderClassName
{
color: #18ADEB;
}
.AnyTagClassName
{
color: #18ADEB;
}
</style>
background-color css
<style>
a { background-color: #18ADEB; }
a { background-color: rgb(24,173,235); }
div.DivClassName
{
background-color: #18ADEB;
}
.BgClassName
{
background-color: #18ADEB;
}
</style>
border-color css
<style>
span { border-color: #18ADEB; }
span { border-color: rgb(24,173,235); }
td.TdClassName
{
border-color: #18ADEB;
}
.TagClassName
{
border-color: #18ADEB;
}
</style>