Shades of Summer Sky #1AA8DB
Tints of Summer Sky #1AA8DB
RGB
CMYK
RGB Variations
Color information
#1AA8DB (or 0x1AA8DB) is known color: Summer Sky. HEX triplet: 1A, A8 and DB. RGB value is (26,168,219). Sum of RGB (Red+Green+Blue) = 26+168+219=413 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.30% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AA8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA8DB is #E55724. Grayscale: #838383. Windows color (decimal): -15030053 or 14395418. OLE color: 14395418.
HSL color Cylindrical-coordinate representation of color #1AA8DB: hue angle of 195.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA8DB is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 168 | 219 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.14 |
| HSL | 195.85º | 0.79% | 0.48% | - |
| HSV(B) | 195.85º | 0.88% | 0.86% | - |
| XYZ | 27.21 | 33.34 | 72.02 | - |
| YUV | 131.36 | 177.46 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 219 | 0.88 | 0.23 | 0 | 0.14 | 195.85 | 0.79 | 0.48 |
| Hex | 1A | A8 | DB | 58 | 17 | 0 | E | C4 | 4F | 30 |
| Octal | 32 | 250 | 333 | 130 | 27 | 0 | 16 | 304 | 117 | 60 |
| Binary | 11010 | 10101000 | 11011011 | 1011000 | 10111 | 0 | 1110 | 11000100 | 1001111 | 110000 |
Color Harmonies of #1AA8DB
Complementary color
Monochromatic Colors of #1AA8DB
Black with #1AA8DB
Text Example
Text Example
White with #1AA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8DB; }
p { color: rgb(26,168,219); }
H1.HeaderClassName
{
color: #1AA8DB;
}
.AnyTagClassName
{
color: #1AA8DB;
}
</style>
background-color css
<style>
a { background-color: #1AA8DB; }
a { background-color: rgb(26,168,219); }
div.DivClassName
{
background-color: #1AA8DB;
}
.BgClassName
{
background-color: #1AA8DB;
}
</style>
border-color css
<style>
span { border-color: #1AA8DB; }
span { border-color: rgb(26,168,219); }
td.TdClassName
{
border-color: #1AA8DB;
}
.TagClassName
{
border-color: #1AA8DB;
}
</style>