Shades of Summer Sky #28AAED
Tints of Summer Sky #28AAED
RGB
CMYK
RGB Variations
Color information
#28AAED (or 0x28AAED) is known color: Summer Sky. HEX triplet: 28, AA and ED. RGB value is (40,170,237). Sum of RGB (Red+Green+Blue) = 40+170+237=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #28AAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AAED is #D75512. Grayscale: #8A8A8A. Windows color (decimal): -14112019 or 15575592. OLE color: 15575592.
HSL color Cylindrical-coordinate representation of color #28AAED: hue angle of 200.41º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28AAED is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 170 | 237 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.07 |
| HSL | 200.41º | 0.85% | 0.54% | - |
| HSV(B) | 200.41º | 0.83% | 0.93% | - |
| XYZ | 30.54 | 35.31 | 85.33 | - |
| YUV | 138.77 | 183.43 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 237 | 0.83 | 0.28 | 0 | 0.07 | 200.41 | 0.85 | 0.54 |
| Hex | 28 | AA | ED | 53 | 1C | 0 | 7 | C8 | 55 | 36 |
| Octal | 50 | 252 | 355 | 123 | 34 | 0 | 7 | 310 | 125 | 66 |
| Binary | 101000 | 10101010 | 11101101 | 1010011 | 11100 | 0 | 111 | 11001000 | 1010101 | 110110 |
Color Harmonies of #28AAED
Complementary color
Monochromatic Colors of #28AAED
Black with #28AAED
Text Example
Text Example
White with #28AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAED; }
p { color: rgb(40,170,237); }
H1.HeaderClassName
{
color: #28AAED;
}
.AnyTagClassName
{
color: #28AAED;
}
</style>
background-color css
<style>
a { background-color: #28AAED; }
a { background-color: rgb(40,170,237); }
div.DivClassName
{
background-color: #28AAED;
}
.BgClassName
{
background-color: #28AAED;
}
</style>
border-color css
<style>
span { border-color: #28AAED; }
span { border-color: rgb(40,170,237); }
td.TdClassName
{
border-color: #28AAED;
}
.TagClassName
{
border-color: #28AAED;
}
</style>