Shades of Summer Sky #2BC6DB
Tints of Summer Sky #2BC6DB
RGB
CMYK
RGB Variations
Color information
#2BC6DB (or 0x2BC6DB) is known color: Summer Sky. HEX triplet: 2B, C6 and DB. RGB value is (43,198,219). Sum of RGB (Red+Green+Blue) = 43+198+219=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BC6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC6DB is #D43924. Grayscale: #999999. Windows color (decimal): -13908261 or 14403115. OLE color: 14403115.
HSL color Cylindrical-coordinate representation of color #2BC6DB: hue angle of 187.16º 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 #2BC6DB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 198 | 219 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.14 |
| HSL | 187.16º | 0.71% | 0.51% | - |
| HSV(B) | 187.16º | 0.8% | 0.86% | - |
| XYZ | 33.98 | 46.02 | 74.11 | - |
| YUV | 154.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 219 | 0.80 | 0.10 | 0 | 0.14 | 187.16 | 0.71 | 0.51 |
| Hex | 2B | C6 | DB | 50 | A | 0 | E | BB | 47 | 33 |
| Octal | 53 | 306 | 333 | 120 | 12 | 0 | 16 | 273 | 107 | 63 |
| Binary | 101011 | 11000110 | 11011011 | 1010000 | 1010 | 0 | 1110 | 10111011 | 1000111 | 110011 |
Color Harmonies of #2BC6DB
Complementary color
Monochromatic Colors of #2BC6DB
Black with #2BC6DB
Text Example
Text Example
White with #2BC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC6DB; }
p { color: rgb(43,198,219); }
H1.HeaderClassName
{
color: #2BC6DB;
}
.AnyTagClassName
{
color: #2BC6DB;
}
</style>
background-color css
<style>
a { background-color: #2BC6DB; }
a { background-color: rgb(43,198,219); }
div.DivClassName
{
background-color: #2BC6DB;
}
.BgClassName
{
background-color: #2BC6DB;
}
</style>
border-color css
<style>
span { border-color: #2BC6DB; }
span { border-color: rgb(43,198,219); }
td.TdClassName
{
border-color: #2BC6DB;
}
.TagClassName
{
border-color: #2BC6DB;
}
</style>