Shades of Summer Sky #18A7DB
Tints of Summer Sky #18A7DB
RGB
CMYK
RGB Variations
Color information
#18A7DB (or 0x18A7DB) is known color: Summer Sky. HEX triplet: 18, A7 and DB. RGB value is (24,167,219). Sum of RGB (Red+Green+Blue) = 24+167+219=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #18A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A7DB is #E75824. Grayscale: #818181. Windows color (decimal): -15161381 or 14395160. OLE color: 14395160.
HSL color Cylindrical-coordinate representation of color #18A7DB: hue angle of 196º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A7DB is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 167 | 219 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.14 |
| HSL | 196º | 0.8% | 0.48% | - |
| HSV(B) | 196º | 0.89% | 0.86% | - |
| XYZ | 26.98 | 32.95 | 71.95 | - |
| YUV | 130.17 | 178.12 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 219 | 0.89 | 0.24 | 0 | 0.14 | 196 | 0.8 | 0.48 |
| Hex | 18 | A7 | DB | 59 | 18 | 0 | E | C4 | 50 | 30 |
| Octal | 30 | 247 | 333 | 131 | 30 | 0 | 16 | 304 | 120 | 60 |
| Binary | 11000 | 10100111 | 11011011 | 1011001 | 11000 | 0 | 1110 | 11000100 | 1010000 | 110000 |
Color Harmonies of #18A7DB
Complementary color
Monochromatic Colors of #18A7DB
Black with #18A7DB
Text Example
Text Example
White with #18A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A7DB; }
p { color: rgb(24,167,219); }
H1.HeaderClassName
{
color: #18A7DB;
}
.AnyTagClassName
{
color: #18A7DB;
}
</style>
background-color css
<style>
a { background-color: #18A7DB; }
a { background-color: rgb(24,167,219); }
div.DivClassName
{
background-color: #18A7DB;
}
.BgClassName
{
background-color: #18A7DB;
}
</style>
border-color css
<style>
span { border-color: #18A7DB; }
span { border-color: rgb(24,167,219); }
td.TdClassName
{
border-color: #18A7DB;
}
.TagClassName
{
border-color: #18A7DB;
}
</style>