Shades of Summer Sky #2BA1EA
Tints of Summer Sky #2BA1EA
RGB
CMYK
RGB Variations
Color information
#2BA1EA (or 0x2BA1EA) is known color: Summer Sky. HEX triplet: 2B, A1 and EA. RGB value is (43,161,234). Sum of RGB (Red+Green+Blue) = 43+161+234=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BA1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA1EA is #D45E15. Grayscale: #858585. Windows color (decimal): -13917718 or 15376683. OLE color: 15376683.
HSL color Cylindrical-coordinate representation of color #2BA1EA: hue angle of 202.93º 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 #2BA1EA is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 161 | 234 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.08 |
| HSL | 202.93º | 0.82% | 0.54% | - |
| HSV(B) | 202.93º | 0.82% | 0.92% | - |
| XYZ | 28.59 | 31.94 | 82.5 | - |
| YUV | 134.04 | 184.41 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 234 | 0.82 | 0.31 | 0 | 0.08 | 202.93 | 0.82 | 0.54 |
| Hex | 2B | A1 | EA | 52 | 1F | 0 | 8 | CB | 52 | 36 |
| Octal | 53 | 241 | 352 | 122 | 37 | 0 | 10 | 313 | 122 | 66 |
| Binary | 101011 | 10100001 | 11101010 | 1010010 | 11111 | 0 | 1000 | 11001011 | 1010010 | 110110 |
Color Harmonies of #2BA1EA
Complementary color
Monochromatic Colors of #2BA1EA
Black with #2BA1EA
Text Example
Text Example
White with #2BA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA1EA; }
p { color: rgb(43,161,234); }
H1.HeaderClassName
{
color: #2BA1EA;
}
.AnyTagClassName
{
color: #2BA1EA;
}
</style>
background-color css
<style>
a { background-color: #2BA1EA; }
a { background-color: rgb(43,161,234); }
div.DivClassName
{
background-color: #2BA1EA;
}
.BgClassName
{
background-color: #2BA1EA;
}
</style>
border-color css
<style>
span { border-color: #2BA1EA; }
span { border-color: rgb(43,161,234); }
td.TdClassName
{
border-color: #2BA1EA;
}
.TagClassName
{
border-color: #2BA1EA;
}
</style>