Shades of Summer Sky #18AADD
Tints of Summer Sky #18AADD
RGB
CMYK
RGB Variations
Color information
#18AADD (or 0x18AADD) is known color: Summer Sky. HEX triplet: 18, AA and DD. RGB value is (24,170,221). Sum of RGB (Red+Green+Blue) = 24+170+221=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #18AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AADD is #E75522. Grayscale: #838383. Windows color (decimal): -15160611 or 14527000. OLE color: 14527000.
HSL color Cylindrical-coordinate representation of color #18AADD: hue angle of 195.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AADD is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 170 | 221 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.13 |
| HSL | 195.53º | 0.8% | 0.48% | - |
| HSV(B) | 195.53º | 0.89% | 0.87% | - |
| XYZ | 27.8 | 34.16 | 73.54 | - |
| YUV | 132.16 | 178.13 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 221 | 0.89 | 0.23 | 0 | 0.13 | 195.53 | 0.8 | 0.48 |
| Hex | 18 | AA | DD | 59 | 17 | 0 | D | C4 | 50 | 30 |
| Octal | 30 | 252 | 335 | 131 | 27 | 0 | 15 | 304 | 120 | 60 |
| Binary | 11000 | 10101010 | 11011101 | 1011001 | 10111 | 0 | 1101 | 11000100 | 1010000 | 110000 |
Color Harmonies of #18AADD
Complementary color
Monochromatic Colors of #18AADD
Black with #18AADD
Text Example
Text Example
White with #18AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AADD; }
p { color: rgb(24,170,221); }
H1.HeaderClassName
{
color: #18AADD;
}
.AnyTagClassName
{
color: #18AADD;
}
</style>
background-color css
<style>
a { background-color: #18AADD; }
a { background-color: rgb(24,170,221); }
div.DivClassName
{
background-color: #18AADD;
}
.BgClassName
{
background-color: #18AADD;
}
</style>
border-color css
<style>
span { border-color: #18AADD; }
span { border-color: rgb(24,170,221); }
td.TdClassName
{
border-color: #18AADD;
}
.TagClassName
{
border-color: #18AADD;
}
</style>