Shades of Summer Sky #2BABDB
Tints of Summer Sky #2BABDB
RGB
CMYK
RGB Variations
Color information
#2BABDB (or 0x2BABDB) is known color: Summer Sky. HEX triplet: 2B, AB and DB. RGB value is (43,171,219). Sum of RGB (Red+Green+Blue) = 43+171+219=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABDB is #D45424. Grayscale: #898989. Windows color (decimal): -13915173 or 14396203. OLE color: 14396203.
HSL color Cylindrical-coordinate representation of color #2BABDB: hue angle of 196.36º 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 #2BABDB is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 171 | 219 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.14 |
| HSL | 196.36º | 0.71% | 0.51% | - |
| HSV(B) | 196.36º | 0.8% | 0.86% | - |
| XYZ | 28.35 | 34.75 | 72.23 | - |
| YUV | 138.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 219 | 0.80 | 0.22 | 0 | 0.14 | 196.36 | 0.71 | 0.51 |
| Hex | 2B | AB | DB | 50 | 16 | 0 | E | C4 | 47 | 33 |
| Octal | 53 | 253 | 333 | 120 | 26 | 0 | 16 | 304 | 107 | 63 |
| Binary | 101011 | 10101011 | 11011011 | 1010000 | 10110 | 0 | 1110 | 11000100 | 1000111 | 110011 |
Color Harmonies of #2BABDB
Complementary color
Monochromatic Colors of #2BABDB
Black with #2BABDB
Text Example
Text Example
White with #2BABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABDB; }
p { color: rgb(43,171,219); }
H1.HeaderClassName
{
color: #2BABDB;
}
.AnyTagClassName
{
color: #2BABDB;
}
</style>
background-color css
<style>
a { background-color: #2BABDB; }
a { background-color: rgb(43,171,219); }
div.DivClassName
{
background-color: #2BABDB;
}
.BgClassName
{
background-color: #2BABDB;
}
</style>
border-color css
<style>
span { border-color: #2BABDB; }
span { border-color: rgb(43,171,219); }
td.TdClassName
{
border-color: #2BABDB;
}
.TagClassName
{
border-color: #2BABDB;
}
</style>