Shades of Summer Sky #26AAED
Tints of Summer Sky #26AAED
RGB
CMYK
RGB Variations
Color information
#26AAED (or 0x26AAED) is known color: Summer Sky. HEX triplet: 26, AA and ED. RGB value is (38,170,237). Sum of RGB (Red+Green+Blue) = 38+170+237=445 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.54% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #26AAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AAED is #D95512. Grayscale: #898989. Windows color (decimal): -14243091 or 15575590. OLE color: 15575590.
HSL color Cylindrical-coordinate representation of color #26AAED: hue angle of 200.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26AAED is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 170 | 237 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.07 |
| HSL | 200.2º | 0.85% | 0.54% | - |
| HSV(B) | 200.2º | 0.84% | 0.93% | - |
| XYZ | 30.46 | 35.28 | 85.32 | - |
| YUV | 138.17 | 183.77 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 237 | 0.84 | 0.28 | 0 | 0.07 | 200.2 | 0.85 | 0.54 |
| Hex | 26 | AA | ED | 54 | 1C | 0 | 7 | C8 | 55 | 36 |
| Octal | 46 | 252 | 355 | 124 | 34 | 0 | 7 | 310 | 125 | 66 |
| Binary | 100110 | 10101010 | 11101101 | 1010100 | 11100 | 0 | 111 | 11001000 | 1010101 | 110110 |
Color Harmonies of #26AAED
Complementary color
Monochromatic Colors of #26AAED
Black with #26AAED
Text Example
Text Example
White with #26AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AAED; }
p { color: rgb(38,170,237); }
H1.HeaderClassName
{
color: #26AAED;
}
.AnyTagClassName
{
color: #26AAED;
}
</style>
background-color css
<style>
a { background-color: #26AAED; }
a { background-color: rgb(38,170,237); }
div.DivClassName
{
background-color: #26AAED;
}
.BgClassName
{
background-color: #26AAED;
}
</style>
border-color css
<style>
span { border-color: #26AAED; }
span { border-color: rgb(38,170,237); }
td.TdClassName
{
border-color: #26AAED;
}
.TagClassName
{
border-color: #26AAED;
}
</style>