Shades of Summer Sky #2BACCC
Tints of Summer Sky #2BACCC
RGB
CMYK
RGB Variations
Color information
#2BACCC (or 0x2BACCC) is known color: Summer Sky. HEX triplet: 2B, AC and CC. RGB value is (43,172,204). Sum of RGB (Red+Green+Blue) = 43+172+204=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACCC is #D45333. Grayscale: #888888. Windows color (decimal): -13914932 or 13413419. OLE color: 13413419.
HSL color Cylindrical-coordinate representation of color #2BACCC: hue angle of 191.93º 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 #2BACCC is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 172 | 204 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.2 |
| HSL | 191.93º | 0.65% | 0.48% | - |
| HSV(B) | 191.93º | 0.79% | 0.8% | - |
| XYZ | 26.65 | 34.38 | 62.36 | - |
| YUV | 137.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 204 | 0.79 | 0.16 | 0 | 0.2 | 191.93 | 0.65 | 0.48 |
| Hex | 2B | AC | CC | 4F | 10 | 0 | 14 | C0 | 41 | 30 |
| Octal | 53 | 254 | 314 | 117 | 20 | 0 | 24 | 300 | 101 | 60 |
| Binary | 101011 | 10101100 | 11001100 | 1001111 | 10000 | 0 | 10100 | 11000000 | 1000001 | 110000 |
Color Harmonies of #2BACCC
Complementary color
Monochromatic Colors of #2BACCC
Black with #2BACCC
Text Example
Text Example
White with #2BACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACCC; }
p { color: rgb(43,172,204); }
H1.HeaderClassName
{
color: #2BACCC;
}
.AnyTagClassName
{
color: #2BACCC;
}
</style>
background-color css
<style>
a { background-color: #2BACCC; }
a { background-color: rgb(43,172,204); }
div.DivClassName
{
background-color: #2BACCC;
}
.BgClassName
{
background-color: #2BACCC;
}
</style>
border-color css
<style>
span { border-color: #2BACCC; }
span { border-color: rgb(43,172,204); }
td.TdClassName
{
border-color: #2BACCC;
}
.TagClassName
{
border-color: #2BACCC;
}
</style>