Shades of Summer Sky #2CBCCC
Tints of Summer Sky #2CBCCC
RGB
CMYK
RGB Variations
Color information
#2CBCCC (or 0x2CBCCC) is known color: Summer Sky. HEX triplet: 2C, BC and CC. RGB value is (44,188,204). Sum of RGB (Red+Green+Blue) = 44+188+204=436 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.09% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCCC is #D34333. Grayscale: #929292. Windows color (decimal): -13845300 or 13417516. OLE color: 13417516.
HSL color Cylindrical-coordinate representation of color #2CBCCC: hue angle of 186º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBCCC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 188 | 204 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.2 |
| HSL | 186º | 0.65% | 0.49% | - |
| HSV(B) | 186º | 0.78% | 0.8% | - |
| XYZ | 29.92 | 40.86 | 63.44 | - |
| YUV | 146.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 204 | 0.78 | 0.08 | 0 | 0.2 | 186 | 0.65 | 0.49 |
| Hex | 2C | BC | CC | 4E | 8 | 0 | 14 | BA | 41 | 31 |
| Octal | 54 | 274 | 314 | 116 | 10 | 0 | 24 | 272 | 101 | 61 |
| Binary | 101100 | 10111100 | 11001100 | 1001110 | 1000 | 0 | 10100 | 10111010 | 1000001 | 110001 |
Color Harmonies of #2CBCCC
Complementary color
Monochromatic Colors of #2CBCCC
Black with #2CBCCC
Text Example
Text Example
White with #2CBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCCC; }
p { color: rgb(44,188,204); }
H1.HeaderClassName
{
color: #2CBCCC;
}
.AnyTagClassName
{
color: #2CBCCC;
}
</style>
background-color css
<style>
a { background-color: #2CBCCC; }
a { background-color: rgb(44,188,204); }
div.DivClassName
{
background-color: #2CBCCC;
}
.BgClassName
{
background-color: #2CBCCC;
}
</style>
border-color css
<style>
span { border-color: #2CBCCC; }
span { border-color: rgb(44,188,204); }
td.TdClassName
{
border-color: #2CBCCC;
}
.TagClassName
{
border-color: #2CBCCC;
}
</style>