Shades of Summer Sky #2BCBDB
Tints of Summer Sky #2BCBDB
RGB
CMYK
RGB Variations
Color information
#2BCBDB (or 0x2BCBDB) is known color: Summer Sky. HEX triplet: 2B, CB and DB. RGB value is (43,203,219). Sum of RGB (Red+Green+Blue) = 43+203+219=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBDB is #D43424. Grayscale: #9C9C9C. Windows color (decimal): -13906981 or 14404395. OLE color: 14404395.
HSL color Cylindrical-coordinate representation of color #2BCBDB: hue angle of 185.45º 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 #2BCBDB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 203 | 219 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.45º | 0.71% | 0.51% | - |
| HSV(B) | 185.45º | 0.8% | 0.86% | - |
| XYZ | 35.14 | 48.34 | 74.5 | - |
| YUV | 156.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 219 | 0.80 | 0.07 | 0 | 0.14 | 185.45 | 0.71 | 0.51 |
| Hex | 2B | CB | DB | 50 | 7 | 0 | E | B9 | 47 | 33 |
| Octal | 53 | 313 | 333 | 120 | 7 | 0 | 16 | 271 | 107 | 63 |
| Binary | 101011 | 11001011 | 11011011 | 1010000 | 111 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #2BCBDB
Complementary color
Monochromatic Colors of #2BCBDB
Black with #2BCBDB
Text Example
Text Example
White with #2BCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBDB; }
p { color: rgb(43,203,219); }
H1.HeaderClassName
{
color: #2BCBDB;
}
.AnyTagClassName
{
color: #2BCBDB;
}
</style>
background-color css
<style>
a { background-color: #2BCBDB; }
a { background-color: rgb(43,203,219); }
div.DivClassName
{
background-color: #2BCBDB;
}
.BgClassName
{
background-color: #2BCBDB;
}
</style>
border-color css
<style>
span { border-color: #2BCBDB; }
span { border-color: rgb(43,203,219); }
td.TdClassName
{
border-color: #2BCBDB;
}
.TagClassName
{
border-color: #2BCBDB;
}
</style>