Shades of Summer Sky #2BAECB
Tints of Summer Sky #2BAECB
RGB
CMYK
RGB Variations
Color information
#2BAECB (or 0x2BAECB) is known color: Summer Sky. HEX triplet: 2B, AE and CB. RGB value is (43,174,203). Sum of RGB (Red+Green+Blue) = 43+174+203=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAECB is #D45134. Grayscale: #898989. Windows color (decimal): -13914421 or 13348395. OLE color: 13348395.
HSL color Cylindrical-coordinate representation of color #2BAECB: hue angle of 190.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BAECB is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 174 | 203 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.20 |
| HSL | 190.88º | 0.65% | 0.48% | - |
| HSV(B) | 190.88º | 0.79% | 0.8% | - |
| XYZ | 26.91 | 35.1 | 61.86 | - |
| YUV | 138.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 203 | 0.79 | 0.14 | 0 | 0.20 | 190.88 | 0.65 | 0.48 |
| Hex | 2B | AE | CB | 4F | E | 0 | 14 | BF | 41 | 30 |
| Octal | 53 | 256 | 313 | 117 | 16 | 0 | 24 | 277 | 101 | 60 |
| Binary | 101011 | 10101110 | 11001011 | 1001111 | 1110 | 0 | 10100 | 10111111 | 1000001 | 110000 |
Color Harmonies of #2BAECB
Complementary color
Monochromatic Colors of #2BAECB
Black with #2BAECB
Text Example
Text Example
White with #2BAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAECB; }
p { color: rgb(43,174,203); }
H1.HeaderClassName
{
color: #2BAECB;
}
.AnyTagClassName
{
color: #2BAECB;
}
</style>
background-color css
<style>
a { background-color: #2BAECB; }
a { background-color: rgb(43,174,203); }
div.DivClassName
{
background-color: #2BAECB;
}
.BgClassName
{
background-color: #2BAECB;
}
</style>
border-color css
<style>
span { border-color: #2BAECB; }
span { border-color: rgb(43,174,203); }
td.TdClassName
{
border-color: #2BAECB;
}
.TagClassName
{
border-color: #2BAECB;
}
</style>