Shades of Summer Sky #2BA1EB
Tints of Summer Sky #2BA1EB
RGB
CMYK
RGB Variations
Color information
#2BA1EB (or 0x2BA1EB) is known color: Summer Sky. HEX triplet: 2B, A1 and EB. RGB value is (43,161,235). Sum of RGB (Red+Green+Blue) = 43+161+235=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BA1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA1EB is #D45E14. Grayscale: #858585. Windows color (decimal): -13917717 or 15442219. OLE color: 15442219.
HSL color Cylindrical-coordinate representation of color #2BA1EB: hue angle of 203.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BA1EB is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 161 | 235 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.08 |
| HSL | 203.13º | 0.83% | 0.55% | - |
| HSV(B) | 203.13º | 0.82% | 0.92% | - |
| XYZ | 28.74 | 32 | 83.26 | - |
| YUV | 134.15 | 184.91 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 235 | 0.82 | 0.31 | 0 | 0.08 | 203.13 | 0.83 | 0.55 |
| Hex | 2B | A1 | EB | 52 | 1F | 0 | 8 | CB | 53 | 37 |
| Octal | 53 | 241 | 353 | 122 | 37 | 0 | 10 | 313 | 123 | 67 |
| Binary | 101011 | 10100001 | 11101011 | 1010010 | 11111 | 0 | 1000 | 11001011 | 1010011 | 110111 |
Color Harmonies of #2BA1EB
Complementary color
Monochromatic Colors of #2BA1EB
Black with #2BA1EB
Text Example
Text Example
White with #2BA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA1EB; }
p { color: rgb(43,161,235); }
H1.HeaderClassName
{
color: #2BA1EB;
}
.AnyTagClassName
{
color: #2BA1EB;
}
</style>
background-color css
<style>
a { background-color: #2BA1EB; }
a { background-color: rgb(43,161,235); }
div.DivClassName
{
background-color: #2BA1EB;
}
.BgClassName
{
background-color: #2BA1EB;
}
</style>
border-color css
<style>
span { border-color: #2BA1EB; }
span { border-color: rgb(43,161,235); }
td.TdClassName
{
border-color: #2BA1EB;
}
.TagClassName
{
border-color: #2BA1EB;
}
</style>