Shades of Summer Sky #2BAEC7
Tints of Summer Sky #2BAEC7
RGB
CMYK
RGB Variations
Color information
#2BAEC7 (or 0x2BAEC7) is known color: Summer Sky. HEX triplet: 2B, AE and C7. RGB value is (43,174,199). Sum of RGB (Red+Green+Blue) = 43+174+199=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #2BAEC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEC7 is #D45138. Grayscale: #898989. Windows color (decimal): -13914425 or 13086251. OLE color: 13086251.
HSL color Cylindrical-coordinate representation of color #2BAEC7: hue angle of 189.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAEC7 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 174 | 199 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.22 |
| HSL | 189.62º | 0.64% | 0.47% | - |
| HSV(B) | 189.62º | 0.78% | 0.78% | - |
| XYZ | 26.44 | 34.91 | 59.38 | - |
| YUV | 137.68 | 162.6 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 199 | 0.78 | 0.13 | 0 | 0.22 | 189.62 | 0.64 | 0.47 |
| Hex | 2B | AE | C7 | 4E | D | 0 | 16 | BE | 40 | 2F |
| Octal | 53 | 256 | 307 | 116 | 15 | 0 | 26 | 276 | 100 | 57 |
| Binary | 101011 | 10101110 | 11000111 | 1001110 | 1101 | 0 | 10110 | 10111110 | 1000000 | 101111 |
Color Harmonies of #2BAEC7
Complementary color
Monochromatic Colors of #2BAEC7
Black with #2BAEC7
Text Example
Text Example
White with #2BAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEC7; }
p { color: rgb(43,174,199); }
H1.HeaderClassName
{
color: #2BAEC7;
}
.AnyTagClassName
{
color: #2BAEC7;
}
</style>
background-color css
<style>
a { background-color: #2BAEC7; }
a { background-color: rgb(43,174,199); }
div.DivClassName
{
background-color: #2BAEC7;
}
.BgClassName
{
background-color: #2BAEC7;
}
</style>
border-color css
<style>
span { border-color: #2BAEC7; }
span { border-color: rgb(43,174,199); }
td.TdClassName
{
border-color: #2BAEC7;
}
.TagClassName
{
border-color: #2BAEC7;
}
</style>