Shades of Summer Sky #2BACCB
Tints of Summer Sky #2BACCB
RGB
CMYK
RGB Variations
Color information
#2BACCB (or 0x2BACCB) is known color: Summer Sky. HEX triplet: 2B, AC and CB. RGB value is (43,172,203). Sum of RGB (Red+Green+Blue) = 43+172+203=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACCB is #D45334. Grayscale: #888888. Windows color (decimal): -13914933 or 13347883. OLE color: 13347883.
HSL color Cylindrical-coordinate representation of color #2BACCB: hue angle of 191.62º 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 #2BACCB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 172 | 203 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.20 |
| HSL | 191.63º | 0.65% | 0.48% | - |
| HSV(B) | 191.63º | 0.79% | 0.8% | - |
| XYZ | 26.53 | 34.33 | 61.73 | - |
| YUV | 136.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 203 | 0.79 | 0.15 | 0 | 0.20 | 191.63 | 0.65 | 0.48 |
| Hex | 2B | AC | CB | 4F | F | 0 | 14 | C0 | 41 | 30 |
| Octal | 53 | 254 | 313 | 117 | 17 | 0 | 24 | 300 | 101 | 60 |
| Binary | 101011 | 10101100 | 11001011 | 1001111 | 1111 | 0 | 10100 | 11000000 | 1000001 | 110000 |
Color Harmonies of #2BACCB
Complementary color
Monochromatic Colors of #2BACCB
Black with #2BACCB
Text Example
Text Example
White with #2BACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACCB; }
p { color: rgb(43,172,203); }
H1.HeaderClassName
{
color: #2BACCB;
}
.AnyTagClassName
{
color: #2BACCB;
}
</style>
background-color css
<style>
a { background-color: #2BACCB; }
a { background-color: rgb(43,172,203); }
div.DivClassName
{
background-color: #2BACCB;
}
.BgClassName
{
background-color: #2BACCB;
}
</style>
border-color css
<style>
span { border-color: #2BACCB; }
span { border-color: rgb(43,172,203); }
td.TdClassName
{
border-color: #2BACCB;
}
.TagClassName
{
border-color: #2BACCB;
}
</style>