Shades of Summer Sky #2CC1CC
Tints of Summer Sky #2CC1CC
RGB
CMYK
RGB Variations
Color information
#2CC1CC (or 0x2CC1CC) is known color: Summer Sky. HEX triplet: 2C, C1 and CC. RGB value is (44,193,204). Sum of RGB (Red+Green+Blue) = 44+193+204=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CC1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC1CC is #D33E33. Grayscale: #959595. Windows color (decimal): -13844020 or 13418796. OLE color: 13418796.
HSL color Cylindrical-coordinate representation of color #2CC1CC: hue angle of 184.12º 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 #2CC1CC is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 193 | 204 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.2 |
| HSL | 184.13º | 0.65% | 0.49% | - |
| HSV(B) | 184.13º | 0.78% | 0.8% | - |
| XYZ | 31.01 | 43.04 | 63.8 | - |
| YUV | 149.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 204 | 0.78 | 0.05 | 0 | 0.2 | 184.13 | 0.65 | 0.49 |
| Hex | 2C | C1 | CC | 4E | 5 | 0 | 14 | B8 | 41 | 31 |
| Octal | 54 | 301 | 314 | 116 | 5 | 0 | 24 | 270 | 101 | 61 |
| Binary | 101100 | 11000001 | 11001100 | 1001110 | 101 | 0 | 10100 | 10111000 | 1000001 | 110001 |
Color Harmonies of #2CC1CC
Complementary color
Monochromatic Colors of #2CC1CC
Black with #2CC1CC
Text Example
Text Example
White with #2CC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC1CC; }
p { color: rgb(44,193,204); }
H1.HeaderClassName
{
color: #2CC1CC;
}
.AnyTagClassName
{
color: #2CC1CC;
}
</style>
background-color css
<style>
a { background-color: #2CC1CC; }
a { background-color: rgb(44,193,204); }
div.DivClassName
{
background-color: #2CC1CC;
}
.BgClassName
{
background-color: #2CC1CC;
}
</style>
border-color css
<style>
span { border-color: #2CC1CC; }
span { border-color: rgb(44,193,204); }
td.TdClassName
{
border-color: #2CC1CC;
}
.TagClassName
{
border-color: #2CC1CC;
}
</style>