Shades of Summer Sky #2BACDB
Tints of Summer Sky #2BACDB
RGB
CMYK
RGB Variations
Color information
#2BACDB (or 0x2BACDB) is known color: Summer Sky. HEX triplet: 2B, AC and DB. RGB value is (43,172,219). Sum of RGB (Red+Green+Blue) = 43+172+219=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACDB is #D45324. Grayscale: #8A8A8A. Windows color (decimal): -13914917 or 14396459. OLE color: 14396459.
HSL color Cylindrical-coordinate representation of color #2BACDB: hue angle of 196.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BACDB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 172 | 219 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.14 |
| HSL | 196.02º | 0.71% | 0.51% | - |
| HSV(B) | 196.02º | 0.8% | 0.86% | - |
| XYZ | 28.53 | 35.13 | 72.3 | - |
| YUV | 138.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 219 | 0.80 | 0.21 | 0 | 0.14 | 196.02 | 0.71 | 0.51 |
| Hex | 2B | AC | DB | 50 | 15 | 0 | E | C4 | 47 | 33 |
| Octal | 53 | 254 | 333 | 120 | 25 | 0 | 16 | 304 | 107 | 63 |
| Binary | 101011 | 10101100 | 11011011 | 1010000 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110011 |
Color Harmonies of #2BACDB
Complementary color
Monochromatic Colors of #2BACDB
Black with #2BACDB
Text Example
Text Example
White with #2BACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACDB; }
p { color: rgb(43,172,219); }
H1.HeaderClassName
{
color: #2BACDB;
}
.AnyTagClassName
{
color: #2BACDB;
}
</style>
background-color css
<style>
a { background-color: #2BACDB; }
a { background-color: rgb(43,172,219); }
div.DivClassName
{
background-color: #2BACDB;
}
.BgClassName
{
background-color: #2BACDB;
}
</style>
border-color css
<style>
span { border-color: #2BACDB; }
span { border-color: rgb(43,172,219); }
td.TdClassName
{
border-color: #2BACDB;
}
.TagClassName
{
border-color: #2BACDB;
}
</style>