Shades of Summer Sky #2BA0EB
Tints of Summer Sky #2BA0EB
RGB
CMYK
RGB Variations
Color information
#2BA0EB (or 0x2BA0EB) is known color: Summer Sky. HEX triplet: 2B, A0 and EB. RGB value is (43,160,235). Sum of RGB (Red+Green+Blue) = 43+160+235=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BA0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA0EB is #D45F14. Grayscale: #858585. Windows color (decimal): -13917973 or 15441963. OLE color: 15441963.
HSL color Cylindrical-coordinate representation of color #2BA0EB: hue angle of 203.44º 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 #2BA0EB is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 160 | 235 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.08 |
| HSL | 203.44º | 0.83% | 0.55% | - |
| HSV(B) | 203.44º | 0.82% | 0.92% | - |
| XYZ | 28.56 | 31.65 | 83.2 | - |
| YUV | 133.57 | 185.24 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 235 | 0.82 | 0.32 | 0 | 0.08 | 203.44 | 0.83 | 0.55 |
| Hex | 2B | A0 | EB | 52 | 20 | 0 | 8 | CB | 53 | 37 |
| Octal | 53 | 240 | 353 | 122 | 40 | 0 | 10 | 313 | 123 | 67 |
| Binary | 101011 | 10100000 | 11101011 | 1010010 | 100000 | 0 | 1000 | 11001011 | 1010011 | 110111 |
Color Harmonies of #2BA0EB
Complementary color
Monochromatic Colors of #2BA0EB
Black with #2BA0EB
Text Example
Text Example
White with #2BA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA0EB; }
p { color: rgb(43,160,235); }
H1.HeaderClassName
{
color: #2BA0EB;
}
.AnyTagClassName
{
color: #2BA0EB;
}
</style>
background-color css
<style>
a { background-color: #2BA0EB; }
a { background-color: rgb(43,160,235); }
div.DivClassName
{
background-color: #2BA0EB;
}
.BgClassName
{
background-color: #2BA0EB;
}
</style>
border-color css
<style>
span { border-color: #2BA0EB; }
span { border-color: rgb(43,160,235); }
td.TdClassName
{
border-color: #2BA0EB;
}
.TagClassName
{
border-color: #2BA0EB;
}
</style>