Shades of Summer Sky #2AABEB
Tints of Summer Sky #2AABEB
RGB
CMYK
RGB Variations
Color information
#2AABEB (or 0x2AABEB) is known color: Summer Sky. HEX triplet: 2A, AB and EB. RGB value is (42,171,235). Sum of RGB (Red+Green+Blue) = 42+171+235=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #2AABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AABEB is #D55414. Grayscale: #8B8B8B. Windows color (decimal): -13980693 or 15444778. OLE color: 15444778.
HSL color Cylindrical-coordinate representation of color #2AABEB: hue angle of 199.9º 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 #2AABEB is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 171 | 235 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.08 |
| HSL | 199.9º | 0.83% | 0.54% | - |
| HSV(B) | 199.9º | 0.82% | 0.92% | - |
| XYZ | 30.51 | 35.62 | 83.86 | - |
| YUV | 139.73 | 181.76 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 235 | 0.82 | 0.27 | 0 | 0.08 | 199.9 | 0.83 | 0.54 |
| Hex | 2A | AB | EB | 52 | 1B | 0 | 8 | C8 | 53 | 36 |
| Octal | 52 | 253 | 353 | 122 | 33 | 0 | 10 | 310 | 123 | 66 |
| Binary | 101010 | 10101011 | 11101011 | 1010010 | 11011 | 0 | 1000 | 11001000 | 1010011 | 110110 |
Color Harmonies of #2AABEB
Complementary color
Monochromatic Colors of #2AABEB
Black with #2AABEB
Text Example
Text Example
White with #2AABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABEB; }
p { color: rgb(42,171,235); }
H1.HeaderClassName
{
color: #2AABEB;
}
.AnyTagClassName
{
color: #2AABEB;
}
</style>
background-color css
<style>
a { background-color: #2AABEB; }
a { background-color: rgb(42,171,235); }
div.DivClassName
{
background-color: #2AABEB;
}
.BgClassName
{
background-color: #2AABEB;
}
</style>
border-color css
<style>
span { border-color: #2AABEB; }
span { border-color: rgb(42,171,235); }
td.TdClassName
{
border-color: #2AABEB;
}
.TagClassName
{
border-color: #2AABEB;
}
</style>