Shades of Summer Sky #1AADEF
Tints of Summer Sky #1AADEF
RGB
CMYK
RGB Variations
Color information
#1AADEF (or 0x1AADEF) is known color: Summer Sky. HEX triplet: 1A, AD and EF. RGB value is (26,173,239). Sum of RGB (Red+Green+Blue) = 26+173+239=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AADEF is #E55210. Grayscale: #888888. Windows color (decimal): -15028753 or 15707418. OLE color: 15707418.
HSL color Cylindrical-coordinate representation of color #1AADEF: hue angle of 198.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AADEF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 173 | 239 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.06 |
| HSL | 198.59º | 0.87% | 0.52% | - |
| HSV(B) | 198.59º | 0.89% | 0.94% | - |
| XYZ | 30.95 | 36.34 | 87.04 | - |
| YUV | 136.57 | 185.8 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 239 | 0.89 | 0.28 | 0 | 0.06 | 198.59 | 0.87 | 0.52 |
| Hex | 1A | AD | EF | 59 | 1C | 0 | 6 | C7 | 57 | 34 |
| Octal | 32 | 255 | 357 | 131 | 34 | 0 | 6 | 307 | 127 | 64 |
| Binary | 11010 | 10101101 | 11101111 | 1011001 | 11100 | 0 | 110 | 11000111 | 1010111 | 110100 |
Color Harmonies of #1AADEF
Complementary color
Monochromatic Colors of #1AADEF
Black with #1AADEF
Text Example
Text Example
White with #1AADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADEF; }
p { color: rgb(26,173,239); }
H1.HeaderClassName
{
color: #1AADEF;
}
.AnyTagClassName
{
color: #1AADEF;
}
</style>
background-color css
<style>
a { background-color: #1AADEF; }
a { background-color: rgb(26,173,239); }
div.DivClassName
{
background-color: #1AADEF;
}
.BgClassName
{
background-color: #1AADEF;
}
</style>
border-color css
<style>
span { border-color: #1AADEF; }
span { border-color: rgb(26,173,239); }
td.TdClassName
{
border-color: #1AADEF;
}
.TagClassName
{
border-color: #1AADEF;
}
</style>