Shades of Summer Sky #1AAADB
Tints of Summer Sky #1AAADB
RGB
CMYK
RGB Variations
Color information
#1AAADB (or 0x1AAADB) is known color: Summer Sky. HEX triplet: 1A, AA and DB. RGB value is (26,170,219). Sum of RGB (Red+Green+Blue) = 26+170+219=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAADB is #E55524. Grayscale: #848484. Windows color (decimal): -15029541 or 14395930. OLE color: 14395930.
HSL color Cylindrical-coordinate representation of color #1AAADB: hue angle of 195.23º 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 #1AAADB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 170 | 219 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.14 |
| HSL | 195.23º | 0.79% | 0.48% | - |
| HSV(B) | 195.23º | 0.88% | 0.86% | - |
| XYZ | 27.59 | 34.08 | 72.14 | - |
| YUV | 132.53 | 176.79 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 219 | 0.88 | 0.22 | 0 | 0.14 | 195.23 | 0.79 | 0.48 |
| Hex | 1A | AA | DB | 58 | 16 | 0 | E | C3 | 4F | 30 |
| Octal | 32 | 252 | 333 | 130 | 26 | 0 | 16 | 303 | 117 | 60 |
| Binary | 11010 | 10101010 | 11011011 | 1011000 | 10110 | 0 | 1110 | 11000011 | 1001111 | 110000 |
Color Harmonies of #1AAADB
Complementary color
Monochromatic Colors of #1AAADB
Black with #1AAADB
Text Example
Text Example
White with #1AAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAADB; }
p { color: rgb(26,170,219); }
H1.HeaderClassName
{
color: #1AAADB;
}
.AnyTagClassName
{
color: #1AAADB;
}
</style>
background-color css
<style>
a { background-color: #1AAADB; }
a { background-color: rgb(26,170,219); }
div.DivClassName
{
background-color: #1AAADB;
}
.BgClassName
{
background-color: #1AAADB;
}
</style>
border-color css
<style>
span { border-color: #1AAADB; }
span { border-color: rgb(26,170,219); }
td.TdClassName
{
border-color: #1AAADB;
}
.TagClassName
{
border-color: #1AAADB;
}
</style>