Shades of Summer Sky #2BAADB
Tints of Summer Sky #2BAADB
RGB
CMYK
RGB Variations
Color information
#2BAADB (or 0x2BAADB) is known color: Summer Sky. HEX triplet: 2B, AA and DB. RGB value is (43,170,219). Sum of RGB (Red+Green+Blue) = 43+170+219=432 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.95% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAADB is #D45524. Grayscale: #898989. Windows color (decimal): -13915429 or 14395947. OLE color: 14395947.
HSL color Cylindrical-coordinate representation of color #2BAADB: hue angle of 196.7º 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 #2BAADB is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 170 | 219 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.14 |
| HSL | 196.7º | 0.71% | 0.51% | - |
| HSV(B) | 196.7º | 0.8% | 0.86% | - |
| XYZ | 28.16 | 34.38 | 72.17 | - |
| YUV | 137.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 219 | 0.80 | 0.22 | 0 | 0.14 | 196.7 | 0.71 | 0.51 |
| Hex | 2B | AA | DB | 50 | 16 | 0 | E | C5 | 47 | 33 |
| Octal | 53 | 252 | 333 | 120 | 26 | 0 | 16 | 305 | 107 | 63 |
| Binary | 101011 | 10101010 | 11011011 | 1010000 | 10110 | 0 | 1110 | 11000101 | 1000111 | 110011 |
Color Harmonies of #2BAADB
Complementary color
Monochromatic Colors of #2BAADB
Black with #2BAADB
Text Example
Text Example
White with #2BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAADB; }
p { color: rgb(43,170,219); }
H1.HeaderClassName
{
color: #2BAADB;
}
.AnyTagClassName
{
color: #2BAADB;
}
</style>
background-color css
<style>
a { background-color: #2BAADB; }
a { background-color: rgb(43,170,219); }
div.DivClassName
{
background-color: #2BAADB;
}
.BgClassName
{
background-color: #2BAADB;
}
</style>
border-color css
<style>
span { border-color: #2BAADB; }
span { border-color: rgb(43,170,219); }
td.TdClassName
{
border-color: #2BAADB;
}
.TagClassName
{
border-color: #2BAADB;
}
</style>