Shades of Summer Sky #2BC1CB
Tints of Summer Sky #2BC1CB
RGB
CMYK
RGB Variations
Color information
#2BC1CB (or 0x2BC1CB) is known color: Summer Sky. HEX triplet: 2B, C1 and CB. RGB value is (43,193,203). Sum of RGB (Red+Green+Blue) = 43+193+203=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC1CB is #D43E34. Grayscale: #959595. Windows color (decimal): -13909557 or 13353259. OLE color: 13353259.
HSL color Cylindrical-coordinate representation of color #2BC1CB: hue angle of 183.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC1CB is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 193 | 203 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.20 |
| HSL | 183.75º | 0.65% | 0.48% | - |
| HSV(B) | 183.75º | 0.79% | 0.8% | - |
| XYZ | 30.85 | 42.97 | 63.17 | - |
| YUV | 149.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 203 | 0.79 | 0.05 | 0 | 0.20 | 183.75 | 0.65 | 0.48 |
| Hex | 2B | C1 | CB | 4F | 5 | 0 | 14 | B8 | 41 | 30 |
| Octal | 53 | 301 | 313 | 117 | 5 | 0 | 24 | 270 | 101 | 60 |
| Binary | 101011 | 11000001 | 11001011 | 1001111 | 101 | 0 | 10100 | 10111000 | 1000001 | 110000 |
Color Harmonies of #2BC1CB
Complementary color
Monochromatic Colors of #2BC1CB
Black with #2BC1CB
Text Example
Text Example
White with #2BC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC1CB; }
p { color: rgb(43,193,203); }
H1.HeaderClassName
{
color: #2BC1CB;
}
.AnyTagClassName
{
color: #2BC1CB;
}
</style>
background-color css
<style>
a { background-color: #2BC1CB; }
a { background-color: rgb(43,193,203); }
div.DivClassName
{
background-color: #2BC1CB;
}
.BgClassName
{
background-color: #2BC1CB;
}
</style>
border-color css
<style>
span { border-color: #2BC1CB; }
span { border-color: rgb(43,193,203); }
td.TdClassName
{
border-color: #2BC1CB;
}
.TagClassName
{
border-color: #2BC1CB;
}
</style>