Shades of Summer Sky #2BAECE
Tints of Summer Sky #2BAECE
RGB
CMYK
RGB Variations
Color information
#2BAECE (or 0x2BAECE) is known color: Summer Sky. HEX triplet: 2B, AE and CE. RGB value is (43,174,206). Sum of RGB (Red+Green+Blue) = 43+174+206=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAECE is #D45131. Grayscale: #8A8A8A. Windows color (decimal): -13914418 or 13545003. OLE color: 13545003.
HSL color Cylindrical-coordinate representation of color #2BAECE: hue angle of 191.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BAECE is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 174 | 206 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.19 |
| HSL | 191.78º | 0.65% | 0.49% | - |
| HSV(B) | 191.78º | 0.79% | 0.81% | - |
| XYZ | 27.27 | 35.24 | 63.76 | - |
| YUV | 138.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 206 | 0.79 | 0.16 | 0 | 0.19 | 191.78 | 0.65 | 0.49 |
| Hex | 2B | AE | CE | 4F | 10 | 0 | 13 | C0 | 41 | 31 |
| Octal | 53 | 256 | 316 | 117 | 20 | 0 | 23 | 300 | 101 | 61 |
| Binary | 101011 | 10101110 | 11001110 | 1001111 | 10000 | 0 | 10011 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2BAECE
Complementary color
Monochromatic Colors of #2BAECE
Black with #2BAECE
Text Example
Text Example
White with #2BAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAECE; }
p { color: rgb(43,174,206); }
H1.HeaderClassName
{
color: #2BAECE;
}
.AnyTagClassName
{
color: #2BAECE;
}
</style>
background-color css
<style>
a { background-color: #2BAECE; }
a { background-color: rgb(43,174,206); }
div.DivClassName
{
background-color: #2BAECE;
}
.BgClassName
{
background-color: #2BAECE;
}
</style>
border-color css
<style>
span { border-color: #2BAECE; }
span { border-color: rgb(43,174,206); }
td.TdClassName
{
border-color: #2BAECE;
}
.TagClassName
{
border-color: #2BAECE;
}
</style>