Shades of Summer Sky #2BACC7
Tints of Summer Sky #2BACC7
RGB
CMYK
RGB Variations
Color information
#2BACC7 (or 0x2BACC7) is known color: Summer Sky. HEX triplet: 2B, AC and C7. RGB value is (43,172,199). Sum of RGB (Red+Green+Blue) = 43+172+199=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #2BACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACC7 is #D45338. Grayscale: #888888. Windows color (decimal): -13914937 or 13085739. OLE color: 13085739.
HSL color Cylindrical-coordinate representation of color #2BACC7: hue angle of 190.38º 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 #2BACC7 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 172 | 199 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.22 |
| HSL | 190.38º | 0.64% | 0.47% | - |
| HSV(B) | 190.38º | 0.78% | 0.78% | - |
| XYZ | 26.06 | 34.14 | 59.25 | - |
| YUV | 136.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 199 | 0.78 | 0.14 | 0 | 0.22 | 190.38 | 0.64 | 0.47 |
| Hex | 2B | AC | C7 | 4E | E | 0 | 16 | BE | 40 | 2F |
| Octal | 53 | 254 | 307 | 116 | 16 | 0 | 26 | 276 | 100 | 57 |
| Binary | 101011 | 10101100 | 11000111 | 1001110 | 1110 | 0 | 10110 | 10111110 | 1000000 | 101111 |
Color Harmonies of #2BACC7
Complementary color
Monochromatic Colors of #2BACC7
Black with #2BACC7
Text Example
Text Example
White with #2BACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACC7; }
p { color: rgb(43,172,199); }
H1.HeaderClassName
{
color: #2BACC7;
}
.AnyTagClassName
{
color: #2BACC7;
}
</style>
background-color css
<style>
a { background-color: #2BACC7; }
a { background-color: rgb(43,172,199); }
div.DivClassName
{
background-color: #2BACC7;
}
.BgClassName
{
background-color: #2BACC7;
}
</style>
border-color css
<style>
span { border-color: #2BACC7; }
span { border-color: rgb(43,172,199); }
td.TdClassName
{
border-color: #2BACC7;
}
.TagClassName
{
border-color: #2BACC7;
}
</style>