Shades of Summer Sky #18A4DB
Tints of Summer Sky #18A4DB
RGB
CMYK
RGB Variations
Color information
#18A4DB (or 0x18A4DB) is known color: Summer Sky. HEX triplet: 18, A4 and DB. RGB value is (24,164,219). Sum of RGB (Red+Green+Blue) = 24+164+219=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #18A4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A4DB is #E75B24. Grayscale: #808080. Windows color (decimal): -15162149 or 14394392. OLE color: 14394392.
HSL color Cylindrical-coordinate representation of color #18A4DB: hue angle of 196.92º 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 #18A4DB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 164 | 219 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.14 |
| HSL | 196.92º | 0.8% | 0.48% | - |
| HSV(B) | 196.92º | 0.89% | 0.86% | - |
| XYZ | 26.44 | 31.86 | 71.77 | - |
| YUV | 128.41 | 179.12 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 219 | 0.89 | 0.25 | 0 | 0.14 | 196.92 | 0.8 | 0.48 |
| Hex | 18 | A4 | DB | 59 | 19 | 0 | E | C5 | 50 | 30 |
| Octal | 30 | 244 | 333 | 131 | 31 | 0 | 16 | 305 | 120 | 60 |
| Binary | 11000 | 10100100 | 11011011 | 1011001 | 11001 | 0 | 1110 | 11000101 | 1010000 | 110000 |
Color Harmonies of #18A4DB
Complementary color
Monochromatic Colors of #18A4DB
Black with #18A4DB
Text Example
Text Example
White with #18A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A4DB; }
p { color: rgb(24,164,219); }
H1.HeaderClassName
{
color: #18A4DB;
}
.AnyTagClassName
{
color: #18A4DB;
}
</style>
background-color css
<style>
a { background-color: #18A4DB; }
a { background-color: rgb(24,164,219); }
div.DivClassName
{
background-color: #18A4DB;
}
.BgClassName
{
background-color: #18A4DB;
}
</style>
border-color css
<style>
span { border-color: #18A4DB; }
span { border-color: rgb(24,164,219); }
td.TdClassName
{
border-color: #18A4DB;
}
.TagClassName
{
border-color: #18A4DB;
}
</style>