Shades of Summer Sky #2BBEDB
Tints of Summer Sky #2BBEDB
RGB
CMYK
RGB Variations
Color information
#2BBEDB (or 0x2BBEDB) is known color: Summer Sky. HEX triplet: 2B, BE and DB. RGB value is (43,190,219). Sum of RGB (Red+Green+Blue) = 43+190+219=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEDB is #D44124. Grayscale: #959595. Windows color (decimal): -13910309 or 14401067. OLE color: 14401067.
HSL color Cylindrical-coordinate representation of color #2BBEDB: hue angle of 189.89º 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 #2BBEDB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 190 | 219 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.14 |
| HSL | 189.89º | 0.71% | 0.51% | - |
| HSV(B) | 189.89º | 0.8% | 0.86% | - |
| XYZ | 32.2 | 42.45 | 73.52 | - |
| YUV | 149.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 219 | 0.80 | 0.13 | 0 | 0.14 | 189.89 | 0.71 | 0.51 |
| Hex | 2B | BE | DB | 50 | D | 0 | E | BE | 47 | 33 |
| Octal | 53 | 276 | 333 | 120 | 15 | 0 | 16 | 276 | 107 | 63 |
| Binary | 101011 | 10111110 | 11011011 | 1010000 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110011 |
Color Harmonies of #2BBEDB
Complementary color
Monochromatic Colors of #2BBEDB
Black with #2BBEDB
Text Example
Text Example
White with #2BBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEDB; }
p { color: rgb(43,190,219); }
H1.HeaderClassName
{
color: #2BBEDB;
}
.AnyTagClassName
{
color: #2BBEDB;
}
</style>
background-color css
<style>
a { background-color: #2BBEDB; }
a { background-color: rgb(43,190,219); }
div.DivClassName
{
background-color: #2BBEDB;
}
.BgClassName
{
background-color: #2BBEDB;
}
</style>
border-color css
<style>
span { border-color: #2BBEDB; }
span { border-color: rgb(43,190,219); }
td.TdClassName
{
border-color: #2BBEDB;
}
.TagClassName
{
border-color: #2BBEDB;
}
</style>