Shades of Summer Sky #2BA1E1
Tints of Summer Sky #2BA1E1
RGB
CMYK
RGB Variations
Color information
#2BA1E1 (or 0x2BA1E1) is known color: Summer Sky. HEX triplet: 2B, A1 and E1. RGB value is (43,161,225). Sum of RGB (Red+Green+Blue) = 43+161+225=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #2BA1E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA1E1 is #D45E1E. Grayscale: #848484. Windows color (decimal): -13917727 or 14786859. OLE color: 14786859.
HSL color Cylindrical-coordinate representation of color #2BA1E1: hue angle of 201.1º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA1E1 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 161 | 225 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.12 |
| HSL | 201.1º | 0.75% | 0.53% | - |
| HSV(B) | 201.1º | 0.81% | 0.88% | - |
| XYZ | 27.33 | 31.44 | 75.86 | - |
| YUV | 133.01 | 179.91 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 225 | 0.81 | 0.28 | 0 | 0.12 | 201.1 | 0.75 | 0.53 |
| Hex | 2B | A1 | E1 | 51 | 1C | 0 | C | C9 | 4B | 35 |
| Octal | 53 | 241 | 341 | 121 | 34 | 0 | 14 | 311 | 113 | 65 |
| Binary | 101011 | 10100001 | 11100001 | 1010001 | 11100 | 0 | 1100 | 11001001 | 1001011 | 110101 |
Color Harmonies of #2BA1E1
Complementary color
Monochromatic Colors of #2BA1E1
Black with #2BA1E1
Text Example
Text Example
White with #2BA1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA1E1; }
p { color: rgb(43,161,225); }
H1.HeaderClassName
{
color: #2BA1E1;
}
.AnyTagClassName
{
color: #2BA1E1;
}
</style>
background-color css
<style>
a { background-color: #2BA1E1; }
a { background-color: rgb(43,161,225); }
div.DivClassName
{
background-color: #2BA1E1;
}
.BgClassName
{
background-color: #2BA1E1;
}
</style>
border-color css
<style>
span { border-color: #2BA1E1; }
span { border-color: rgb(43,161,225); }
td.TdClassName
{
border-color: #2BA1E1;
}
.TagClassName
{
border-color: #2BA1E1;
}
</style>