Shades of Summer Sky #2BC7DB
Tints of Summer Sky #2BC7DB
RGB
CMYK
RGB Variations
Color information
#2BC7DB (or 0x2BC7DB) is known color: Summer Sky. HEX triplet: 2B, C7 and DB. RGB value is (43,199,219). Sum of RGB (Red+Green+Blue) = 43+199+219=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BC7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC7DB is #D43824. Grayscale: #9A9A9A. Windows color (decimal): -13908005 or 14403371. OLE color: 14403371.
HSL color Cylindrical-coordinate representation of color #2BC7DB: hue angle of 186.82º 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 #2BC7DB is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 199 | 219 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.14 |
| HSL | 186.82º | 0.71% | 0.51% | - |
| HSV(B) | 186.82º | 0.8% | 0.86% | - |
| XYZ | 34.21 | 46.47 | 74.19 | - |
| YUV | 154.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 219 | 0.80 | 0.09 | 0 | 0.14 | 186.82 | 0.71 | 0.51 |
| Hex | 2B | C7 | DB | 50 | 9 | 0 | E | BB | 47 | 33 |
| Octal | 53 | 307 | 333 | 120 | 11 | 0 | 16 | 273 | 107 | 63 |
| Binary | 101011 | 11000111 | 11011011 | 1010000 | 1001 | 0 | 1110 | 10111011 | 1000111 | 110011 |
Color Harmonies of #2BC7DB
Complementary color
Monochromatic Colors of #2BC7DB
Black with #2BC7DB
Text Example
Text Example
White with #2BC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC7DB; }
p { color: rgb(43,199,219); }
H1.HeaderClassName
{
color: #2BC7DB;
}
.AnyTagClassName
{
color: #2BC7DB;
}
</style>
background-color css
<style>
a { background-color: #2BC7DB; }
a { background-color: rgb(43,199,219); }
div.DivClassName
{
background-color: #2BC7DB;
}
.BgClassName
{
background-color: #2BC7DB;
}
</style>
border-color css
<style>
span { border-color: #2BC7DB; }
span { border-color: rgb(43,199,219); }
td.TdClassName
{
border-color: #2BC7DB;
}
.TagClassName
{
border-color: #2BC7DB;
}
</style>