Shades of Summer Sky #2AAEEB
Tints of Summer Sky #2AAEEB
RGB
CMYK
RGB Variations
Color information
#2AAEEB (or 0x2AAEEB) is known color: Summer Sky. HEX triplet: 2A, AE and EB. RGB value is (42,174,235). Sum of RGB (Red+Green+Blue) = 42+174+235=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #2AAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAEEB is #D55114. Grayscale: #8D8D8D. Windows color (decimal): -13979925 or 15445546. OLE color: 15445546.
HSL color Cylindrical-coordinate representation of color #2AAEEB: hue angle of 198.96º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AAEEB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 174 | 235 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.08 |
| HSL | 198.96º | 0.83% | 0.54% | - |
| HSV(B) | 198.96º | 0.82% | 0.92% | - |
| XYZ | 31.09 | 36.76 | 84.05 | - |
| YUV | 141.49 | 180.77 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 235 | 0.82 | 0.26 | 0 | 0.08 | 198.96 | 0.83 | 0.54 |
| Hex | 2A | AE | EB | 52 | 1A | 0 | 8 | C7 | 53 | 36 |
| Octal | 52 | 256 | 353 | 122 | 32 | 0 | 10 | 307 | 123 | 66 |
| Binary | 101010 | 10101110 | 11101011 | 1010010 | 11010 | 0 | 1000 | 11000111 | 1010011 | 110110 |
Color Harmonies of #2AAEEB
Complementary color
Monochromatic Colors of #2AAEEB
Black with #2AAEEB
Text Example
Text Example
White with #2AAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEEB; }
p { color: rgb(42,174,235); }
H1.HeaderClassName
{
color: #2AAEEB;
}
.AnyTagClassName
{
color: #2AAEEB;
}
</style>
background-color css
<style>
a { background-color: #2AAEEB; }
a { background-color: rgb(42,174,235); }
div.DivClassName
{
background-color: #2AAEEB;
}
.BgClassName
{
background-color: #2AAEEB;
}
</style>
border-color css
<style>
span { border-color: #2AAEEB; }
span { border-color: rgb(42,174,235); }
td.TdClassName
{
border-color: #2AAEEB;
}
.TagClassName
{
border-color: #2AAEEB;
}
</style>