Shades of Summer Sky #2BAEDB
Tints of Summer Sky #2BAEDB
RGB
CMYK
RGB Variations
Color information
#2BAEDB (or 0x2BAEDB) is known color: Summer Sky. HEX triplet: 2B, AE and DB. RGB value is (43,174,219). Sum of RGB (Red+Green+Blue) = 43+174+219=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BAEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEDB is #D45124. Grayscale: #8B8B8B. Windows color (decimal): -13914405 or 14396971. OLE color: 14396971.
HSL color Cylindrical-coordinate representation of color #2BAEDB: hue angle of 195.34º 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 #2BAEDB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 174 | 219 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.14 |
| HSL | 195.34º | 0.71% | 0.51% | - |
| HSV(B) | 195.34º | 0.8% | 0.86% | - |
| XYZ | 28.92 | 35.9 | 72.42 | - |
| YUV | 139.96 | 172.6 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 219 | 0.80 | 0.21 | 0 | 0.14 | 195.34 | 0.71 | 0.51 |
| Hex | 2B | AE | DB | 50 | 15 | 0 | E | C3 | 47 | 33 |
| Octal | 53 | 256 | 333 | 120 | 25 | 0 | 16 | 303 | 107 | 63 |
| Binary | 101011 | 10101110 | 11011011 | 1010000 | 10101 | 0 | 1110 | 11000011 | 1000111 | 110011 |
Color Harmonies of #2BAEDB
Complementary color
Monochromatic Colors of #2BAEDB
Black with #2BAEDB
Text Example
Text Example
White with #2BAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEDB; }
p { color: rgb(43,174,219); }
H1.HeaderClassName
{
color: #2BAEDB;
}
.AnyTagClassName
{
color: #2BAEDB;
}
</style>
background-color css
<style>
a { background-color: #2BAEDB; }
a { background-color: rgb(43,174,219); }
div.DivClassName
{
background-color: #2BAEDB;
}
.BgClassName
{
background-color: #2BAEDB;
}
</style>
border-color css
<style>
span { border-color: #2BAEDB; }
span { border-color: rgb(43,174,219); }
td.TdClassName
{
border-color: #2BAEDB;
}
.TagClassName
{
border-color: #2BAEDB;
}
</style>