Shades of Summer Sky #2BACC9
Tints of Summer Sky #2BACC9
RGB
CMYK
RGB Variations
Color information
#2BACC9 (or 0x2BACC9) is known color: Summer Sky. HEX triplet: 2B, AC and C9. RGB value is (43,172,201). Sum of RGB (Red+Green+Blue) = 43+172+201=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #2BACC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACC9 is #D45336. Grayscale: #888888. Windows color (decimal): -13914935 or 13216811. OLE color: 13216811.
HSL color Cylindrical-coordinate representation of color #2BACC9: hue angle of 191.01º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BACC9 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 172 | 201 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.21 |
| HSL | 191.01º | 0.65% | 0.48% | - |
| HSV(B) | 191.01º | 0.79% | 0.79% | - |
| XYZ | 26.29 | 34.24 | 60.48 | - |
| YUV | 136.74 | 164.26 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 201 | 0.79 | 0.14 | 0 | 0.21 | 191.01 | 0.65 | 0.48 |
| Hex | 2B | AC | C9 | 4F | E | 0 | 15 | BF | 41 | 30 |
| Octal | 53 | 254 | 311 | 117 | 16 | 0 | 25 | 277 | 101 | 60 |
| Binary | 101011 | 10101100 | 11001001 | 1001111 | 1110 | 0 | 10101 | 10111111 | 1000001 | 110000 |
Color Harmonies of #2BACC9
Complementary color
Monochromatic Colors of #2BACC9
Black with #2BACC9
Text Example
Text Example
White with #2BACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACC9; }
p { color: rgb(43,172,201); }
H1.HeaderClassName
{
color: #2BACC9;
}
.AnyTagClassName
{
color: #2BACC9;
}
</style>
background-color css
<style>
a { background-color: #2BACC9; }
a { background-color: rgb(43,172,201); }
div.DivClassName
{
background-color: #2BACC9;
}
.BgClassName
{
background-color: #2BACC9;
}
</style>
border-color css
<style>
span { border-color: #2BACC9; }
span { border-color: rgb(43,172,201); }
td.TdClassName
{
border-color: #2BACC9;
}
.TagClassName
{
border-color: #2BACC9;
}
</style>