Shades of Summer Sky #2BC0CC
Tints of Summer Sky #2BC0CC
RGB
CMYK
RGB Variations
Color information
#2BC0CC (or 0x2BC0CC) is known color: Summer Sky. HEX triplet: 2B, C0 and CC. RGB value is (43,192,204). Sum of RGB (Red+Green+Blue) = 43+192+204=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BC0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC0CC is #D43F33. Grayscale: #949494. Windows color (decimal): -13909812 or 13418539. OLE color: 13418539.
HSL color Cylindrical-coordinate representation of color #2BC0CC: hue angle of 184.47º 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 #2BC0CC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 192 | 204 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.2 |
| HSL | 184.47º | 0.65% | 0.48% | - |
| HSV(B) | 184.47º | 0.79% | 0.8% | - |
| XYZ | 30.74 | 42.57 | 63.72 | - |
| YUV | 148.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 204 | 0.79 | 0.06 | 0 | 0.2 | 184.47 | 0.65 | 0.48 |
| Hex | 2B | C0 | CC | 4F | 6 | 0 | 14 | B8 | 41 | 30 |
| Octal | 53 | 300 | 314 | 117 | 6 | 0 | 24 | 270 | 101 | 60 |
| Binary | 101011 | 11000000 | 11001100 | 1001111 | 110 | 0 | 10100 | 10111000 | 1000001 | 110000 |
Color Harmonies of #2BC0CC
Complementary color
Monochromatic Colors of #2BC0CC
Black with #2BC0CC
Text Example
Text Example
White with #2BC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC0CC; }
p { color: rgb(43,192,204); }
H1.HeaderClassName
{
color: #2BC0CC;
}
.AnyTagClassName
{
color: #2BC0CC;
}
</style>
background-color css
<style>
a { background-color: #2BC0CC; }
a { background-color: rgb(43,192,204); }
div.DivClassName
{
background-color: #2BC0CC;
}
.BgClassName
{
background-color: #2BC0CC;
}
</style>
border-color css
<style>
span { border-color: #2BC0CC; }
span { border-color: rgb(43,192,204); }
td.TdClassName
{
border-color: #2BC0CC;
}
.TagClassName
{
border-color: #2BC0CC;
}
</style>