Shades of Summer Sky #2BAAEA
Tints of Summer Sky #2BAAEA
RGB
CMYK
RGB Variations
Color information
#2BAAEA (or 0x2BAAEA) is known color: Summer Sky. HEX triplet: 2B, AA and EA. RGB value is (43,170,234). Sum of RGB (Red+Green+Blue) = 43+170+234=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BAAEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAAEA is #D45515. Grayscale: #8A8A8A. Windows color (decimal): -13915414 or 15378987. OLE color: 15378987.
HSL color Cylindrical-coordinate representation of color #2BAAEA: hue angle of 200.1º degrees, saturation: 0.82, 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 #2BAAEA is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 170 | 234 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.08 |
| HSL | 200.1º | 0.82% | 0.54% | - |
| HSV(B) | 200.1º | 0.82% | 0.92% | - |
| XYZ | 30.22 | 35.2 | 83.04 | - |
| YUV | 139.32 | 181.42 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 234 | 0.82 | 0.27 | 0 | 0.08 | 200.1 | 0.82 | 0.54 |
| Hex | 2B | AA | EA | 52 | 1B | 0 | 8 | C8 | 52 | 36 |
| Octal | 53 | 252 | 352 | 122 | 33 | 0 | 10 | 310 | 122 | 66 |
| Binary | 101011 | 10101010 | 11101010 | 1010010 | 11011 | 0 | 1000 | 11001000 | 1010010 | 110110 |
Color Harmonies of #2BAAEA
Complementary color
Monochromatic Colors of #2BAAEA
Black with #2BAAEA
Text Example
Text Example
White with #2BAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAEA; }
p { color: rgb(43,170,234); }
H1.HeaderClassName
{
color: #2BAAEA;
}
.AnyTagClassName
{
color: #2BAAEA;
}
</style>
background-color css
<style>
a { background-color: #2BAAEA; }
a { background-color: rgb(43,170,234); }
div.DivClassName
{
background-color: #2BAAEA;
}
.BgClassName
{
background-color: #2BAAEA;
}
</style>
border-color css
<style>
span { border-color: #2BAAEA; }
span { border-color: rgb(43,170,234); }
td.TdClassName
{
border-color: #2BAAEA;
}
.TagClassName
{
border-color: #2BAAEA;
}
</style>