Shades of Summer Sky #18ADEC
Tints of Summer Sky #18ADEC
RGB
CMYK
RGB Variations
Color information
#18ADEC (or 0x18ADEC) is known color: Summer Sky. HEX triplet: 18, AD and EC. RGB value is (24,173,236). Sum of RGB (Red+Green+Blue) = 24+173+236=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #18ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADEC is #E75213. Grayscale: #878787. Windows color (decimal): -15159828 or 15510808. OLE color: 15510808.
HSL color Cylindrical-coordinate representation of color #18ADEC: hue angle of 197.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ADEC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 173 | 236 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.07 |
| HSL | 197.83º | 0.85% | 0.51% | - |
| HSV(B) | 197.83º | 0.9% | 0.93% | - |
| XYZ | 30.46 | 36.14 | 84.73 | - |
| YUV | 135.63 | 184.64 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 236 | 0.90 | 0.27 | 0 | 0.07 | 197.83 | 0.85 | 0.51 |
| Hex | 18 | AD | EC | 5A | 1B | 0 | 7 | C6 | 55 | 33 |
| Octal | 30 | 255 | 354 | 132 | 33 | 0 | 7 | 306 | 125 | 63 |
| Binary | 11000 | 10101101 | 11101100 | 1011010 | 11011 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #18ADEC
Complementary color
Monochromatic Colors of #18ADEC
Black with #18ADEC
Text Example
Text Example
White with #18ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADEC; }
p { color: rgb(24,173,236); }
H1.HeaderClassName
{
color: #18ADEC;
}
.AnyTagClassName
{
color: #18ADEC;
}
</style>
background-color css
<style>
a { background-color: #18ADEC; }
a { background-color: rgb(24,173,236); }
div.DivClassName
{
background-color: #18ADEC;
}
.BgClassName
{
background-color: #18ADEC;
}
</style>
border-color css
<style>
span { border-color: #18ADEC; }
span { border-color: rgb(24,173,236); }
td.TdClassName
{
border-color: #18ADEC;
}
.TagClassName
{
border-color: #18ADEC;
}
</style>