Shades of Summer Sky #2BABEB
Tints of Summer Sky #2BABEB
RGB
CMYK
RGB Variations
Color information
#2BABEB (or 0x2BABEB) is known color: Summer Sky. HEX triplet: 2B, AB and EB. RGB value is (43,171,235). Sum of RGB (Red+Green+Blue) = 43+171+235=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BABEB is #D45414. Grayscale: #8B8B8B. Windows color (decimal): -13915157 or 15444779. OLE color: 15444779.
HSL color Cylindrical-coordinate representation of color #2BABEB: hue angle of 200º 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 #2BABEB is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 171 | 235 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.08 |
| HSL | 200º | 0.83% | 0.55% | - |
| HSV(B) | 200º | 0.82% | 0.92% | - |
| XYZ | 30.55 | 35.64 | 83.87 | - |
| YUV | 140.02 | 181.59 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 235 | 0.82 | 0.27 | 0 | 0.08 | 200 | 0.83 | 0.55 |
| Hex | 2B | AB | EB | 52 | 1B | 0 | 8 | C8 | 53 | 37 |
| Octal | 53 | 253 | 353 | 122 | 33 | 0 | 10 | 310 | 123 | 67 |
| Binary | 101011 | 10101011 | 11101011 | 1010010 | 11011 | 0 | 1000 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2BABEB
Complementary color
Monochromatic Colors of #2BABEB
Black with #2BABEB
Text Example
Text Example
White with #2BABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABEB; }
p { color: rgb(43,171,235); }
H1.HeaderClassName
{
color: #2BABEB;
}
.AnyTagClassName
{
color: #2BABEB;
}
</style>
background-color css
<style>
a { background-color: #2BABEB; }
a { background-color: rgb(43,171,235); }
div.DivClassName
{
background-color: #2BABEB;
}
.BgClassName
{
background-color: #2BABEB;
}
</style>
border-color css
<style>
span { border-color: #2BABEB; }
span { border-color: rgb(43,171,235); }
td.TdClassName
{
border-color: #2BABEB;
}
.TagClassName
{
border-color: #2BABEB;
}
</style>