Shades of Summer Sky #2BAEEA
Tints of Summer Sky #2BAEEA
RGB
CMYK
RGB Variations
Color information
#2BAEEA (or 0x2BAEEA) is known color: Summer Sky. HEX triplet: 2B, AE and EA. RGB value is (43,174,234). Sum of RGB (Red+Green+Blue) = 43+174+234=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAEEA is #D45115. Grayscale: #8D8D8D. Windows color (decimal): -13914390 or 15380011. OLE color: 15380011.
HSL color Cylindrical-coordinate representation of color #2BAEEA: hue angle of 198.85º 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 #2BAEEA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 174 | 234 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.08 |
| HSL | 198.85º | 0.82% | 0.54% | - |
| HSV(B) | 198.85º | 0.82% | 0.92% | - |
| XYZ | 30.98 | 36.73 | 83.3 | - |
| YUV | 141.67 | 180.1 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 234 | 0.82 | 0.26 | 0 | 0.08 | 198.85 | 0.82 | 0.54 |
| Hex | 2B | AE | EA | 52 | 1A | 0 | 8 | C7 | 52 | 36 |
| Octal | 53 | 256 | 352 | 122 | 32 | 0 | 10 | 307 | 122 | 66 |
| Binary | 101011 | 10101110 | 11101010 | 1010010 | 11010 | 0 | 1000 | 11000111 | 1010010 | 110110 |
Color Harmonies of #2BAEEA
Complementary color
Monochromatic Colors of #2BAEEA
Black with #2BAEEA
Text Example
Text Example
White with #2BAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEEA; }
p { color: rgb(43,174,234); }
H1.HeaderClassName
{
color: #2BAEEA;
}
.AnyTagClassName
{
color: #2BAEEA;
}
</style>
background-color css
<style>
a { background-color: #2BAEEA; }
a { background-color: rgb(43,174,234); }
div.DivClassName
{
background-color: #2BAEEA;
}
.BgClassName
{
background-color: #2BAEEA;
}
</style>
border-color css
<style>
span { border-color: #2BAEEA; }
span { border-color: rgb(43,174,234); }
td.TdClassName
{
border-color: #2BAEEA;
}
.TagClassName
{
border-color: #2BAEEA;
}
</style>