Shades of Summer Sky #2CBBCC
Tints of Summer Sky #2CBBCC
RGB
CMYK
RGB Variations
Color information
#2CBBCC (or 0x2CBBCC) is known color: Summer Sky. HEX triplet: 2C, BB and CC. RGB value is (44,187,204). Sum of RGB (Red+Green+Blue) = 44+187+204=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBCC is #D34433. Grayscale: #919191. Windows color (decimal): -13845556 or 13417260. OLE color: 13417260.
HSL color Cylindrical-coordinate representation of color #2CBBCC: hue angle of 186.38º 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 #2CBBCC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 187 | 204 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.2 |
| HSL | 186.38º | 0.65% | 0.49% | - |
| HSV(B) | 186.38º | 0.78% | 0.8% | - |
| XYZ | 29.71 | 40.44 | 63.37 | - |
| YUV | 146.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 204 | 0.78 | 0.08 | 0 | 0.2 | 186.38 | 0.65 | 0.49 |
| Hex | 2C | BB | CC | 4E | 8 | 0 | 14 | BA | 41 | 31 |
| Octal | 54 | 273 | 314 | 116 | 10 | 0 | 24 | 272 | 101 | 61 |
| Binary | 101100 | 10111011 | 11001100 | 1001110 | 1000 | 0 | 10100 | 10111010 | 1000001 | 110001 |
Color Harmonies of #2CBBCC
Complementary color
Monochromatic Colors of #2CBBCC
Black with #2CBBCC
Text Example
Text Example
White with #2CBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBCC; }
p { color: rgb(44,187,204); }
H1.HeaderClassName
{
color: #2CBBCC;
}
.AnyTagClassName
{
color: #2CBBCC;
}
</style>
background-color css
<style>
a { background-color: #2CBBCC; }
a { background-color: rgb(44,187,204); }
div.DivClassName
{
background-color: #2CBBCC;
}
.BgClassName
{
background-color: #2CBBCC;
}
</style>
border-color css
<style>
span { border-color: #2CBBCC; }
span { border-color: rgb(44,187,204); }
td.TdClassName
{
border-color: #2CBBCC;
}
.TagClassName
{
border-color: #2CBBCC;
}
</style>