Shades of Summer Sky #2CC1DC
Tints of Summer Sky #2CC1DC
RGB
CMYK
RGB Variations
Color information
#2CC1DC (or 0x2CC1DC) is known color: Summer Sky. HEX triplet: 2C, C1 and DC. RGB value is (44,193,220). Sum of RGB (Red+Green+Blue) = 44+193+220=457 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.63% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CC1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC1DC is #D33E23. Grayscale: #979797. Windows color (decimal): -13844004 or 14467372. OLE color: 14467372.
HSL color Cylindrical-coordinate representation of color #2CC1DC: hue angle of 189.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC1DC is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 193 | 220 | - |
| CMYK | 0.8 | 0.12 | 0 | 0.14 |
| HSL | 189.2º | 0.72% | 0.52% | - |
| HSV(B) | 189.2º | 0.8% | 0.86% | - |
| XYZ | 33.03 | 43.84 | 74.43 | - |
| YUV | 151.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 220 | 0.8 | 0.12 | 0 | 0.14 | 189.2 | 0.72 | 0.52 |
| Hex | 2C | C1 | DC | 50 | C | 0 | E | BD | 48 | 34 |
| Octal | 54 | 301 | 334 | 120 | 14 | 0 | 16 | 275 | 110 | 64 |
| Binary | 101100 | 11000001 | 11011100 | 1010000 | 1100 | 0 | 1110 | 10111101 | 1001000 | 110100 |
Color Harmonies of #2CC1DC
Complementary color
Monochromatic Colors of #2CC1DC
Black with #2CC1DC
Text Example
Text Example
White with #2CC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC1DC; }
p { color: rgb(44,193,220); }
H1.HeaderClassName
{
color: #2CC1DC;
}
.AnyTagClassName
{
color: #2CC1DC;
}
</style>
background-color css
<style>
a { background-color: #2CC1DC; }
a { background-color: rgb(44,193,220); }
div.DivClassName
{
background-color: #2CC1DC;
}
.BgClassName
{
background-color: #2CC1DC;
}
</style>
border-color css
<style>
span { border-color: #2CC1DC; }
span { border-color: rgb(44,193,220); }
td.TdClassName
{
border-color: #2CC1DC;
}
.TagClassName
{
border-color: #2CC1DC;
}
</style>