Shades of Summer Sky #1AA3DB
Tints of Summer Sky #1AA3DB
RGB
CMYK
RGB Variations
Color information
#1AA3DB (or 0x1AA3DB) is known color: Summer Sky. HEX triplet: 1A, A3 and DB. RGB value is (26,163,219). Sum of RGB (Red+Green+Blue) = 26+163+219=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AA3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA3DB is #E55C24. Grayscale: #808080. Windows color (decimal): -15031333 or 14394138. OLE color: 14394138.
HSL color Cylindrical-coordinate representation of color #1AA3DB: hue angle of 197.41º 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 #1AA3DB is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 163 | 219 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.14 |
| HSL | 197.41º | 0.79% | 0.48% | - |
| HSV(B) | 197.41º | 0.88% | 0.86% | - |
| XYZ | 26.31 | 31.53 | 71.72 | - |
| YUV | 128.42 | 179.11 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 219 | 0.88 | 0.26 | 0 | 0.14 | 197.41 | 0.79 | 0.48 |
| Hex | 1A | A3 | DB | 58 | 1A | 0 | E | C5 | 4F | 30 |
| Octal | 32 | 243 | 333 | 130 | 32 | 0 | 16 | 305 | 117 | 60 |
| Binary | 11010 | 10100011 | 11011011 | 1011000 | 11010 | 0 | 1110 | 11000101 | 1001111 | 110000 |
Color Harmonies of #1AA3DB
Complementary color
Monochromatic Colors of #1AA3DB
Black with #1AA3DB
Text Example
Text Example
White with #1AA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA3DB; }
p { color: rgb(26,163,219); }
H1.HeaderClassName
{
color: #1AA3DB;
}
.AnyTagClassName
{
color: #1AA3DB;
}
</style>
background-color css
<style>
a { background-color: #1AA3DB; }
a { background-color: rgb(26,163,219); }
div.DivClassName
{
background-color: #1AA3DB;
}
.BgClassName
{
background-color: #1AA3DB;
}
</style>
border-color css
<style>
span { border-color: #1AA3DB; }
span { border-color: rgb(26,163,219); }
td.TdClassName
{
border-color: #1AA3DB;
}
.TagClassName
{
border-color: #1AA3DB;
}
</style>