Shades of Summer Sky #18A8DD
Tints of Summer Sky #18A8DD
RGB
CMYK
RGB Variations
Color information
#18A8DD (or 0x18A8DD) is known color: Summer Sky. HEX triplet: 18, A8 and DD. RGB value is (24,168,221). Sum of RGB (Red+Green+Blue) = 24+168+221=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #18A8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8DD is #E75722. Grayscale: #828282. Windows color (decimal): -15161123 or 14526488. OLE color: 14526488.
HSL color Cylindrical-coordinate representation of color #18A8DD: hue angle of 196.14º 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 #18A8DD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 168 | 221 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.13 |
| HSL | 196.14º | 0.8% | 0.48% | - |
| HSV(B) | 196.14º | 0.89% | 0.87% | - |
| XYZ | 27.43 | 33.42 | 73.41 | - |
| YUV | 130.99 | 178.79 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 221 | 0.89 | 0.24 | 0 | 0.13 | 196.14 | 0.8 | 0.48 |
| Hex | 18 | A8 | DD | 59 | 18 | 0 | D | C4 | 50 | 30 |
| Octal | 30 | 250 | 335 | 131 | 30 | 0 | 15 | 304 | 120 | 60 |
| Binary | 11000 | 10101000 | 11011101 | 1011001 | 11000 | 0 | 1101 | 11000100 | 1010000 | 110000 |
Color Harmonies of #18A8DD
Complementary color
Monochromatic Colors of #18A8DD
Black with #18A8DD
Text Example
Text Example
White with #18A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8DD; }
p { color: rgb(24,168,221); }
H1.HeaderClassName
{
color: #18A8DD;
}
.AnyTagClassName
{
color: #18A8DD;
}
</style>
background-color css
<style>
a { background-color: #18A8DD; }
a { background-color: rgb(24,168,221); }
div.DivClassName
{
background-color: #18A8DD;
}
.BgClassName
{
background-color: #18A8DD;
}
</style>
border-color css
<style>
span { border-color: #18A8DD; }
span { border-color: rgb(24,168,221); }
td.TdClassName
{
border-color: #18A8DD;
}
.TagClassName
{
border-color: #18A8DD;
}
</style>