Shades of Summer Sky #2CC8DC
Tints of Summer Sky #2CC8DC
RGB
CMYK
RGB Variations
Color information
#2CC8DC (or 0x2CC8DC) is known color: Summer Sky. HEX triplet: 2C, C8 and DC. RGB value is (44,200,220). Sum of RGB (Red+Green+Blue) = 44+200+220=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CC8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC8DC is #D33723. Grayscale: #9B9B9B. Windows color (decimal): -13842212 or 14469164. OLE color: 14469164.
HSL color Cylindrical-coordinate representation of color #2CC8DC: hue angle of 186.82º 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 #2CC8DC is Cyan = 0.8, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 200 | 220 | - |
| CMYK | 0.8 | 0.09 | 0 | 0.14 |
| HSL | 186.82º | 0.72% | 0.52% | - |
| HSV(B) | 186.82º | 0.8% | 0.86% | - |
| XYZ | 34.61 | 47.01 | 74.96 | - |
| YUV | 155.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 220 | 0.8 | 0.09 | 0 | 0.14 | 186.82 | 0.72 | 0.52 |
| Hex | 2C | C8 | DC | 50 | 9 | 0 | E | BB | 48 | 34 |
| Octal | 54 | 310 | 334 | 120 | 11 | 0 | 16 | 273 | 110 | 64 |
| Binary | 101100 | 11001000 | 11011100 | 1010000 | 1001 | 0 | 1110 | 10111011 | 1001000 | 110100 |
Color Harmonies of #2CC8DC
Complementary color
Monochromatic Colors of #2CC8DC
Black with #2CC8DC
Text Example
Text Example
White with #2CC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC8DC; }
p { color: rgb(44,200,220); }
H1.HeaderClassName
{
color: #2CC8DC;
}
.AnyTagClassName
{
color: #2CC8DC;
}
</style>
background-color css
<style>
a { background-color: #2CC8DC; }
a { background-color: rgb(44,200,220); }
div.DivClassName
{
background-color: #2CC8DC;
}
.BgClassName
{
background-color: #2CC8DC;
}
</style>
border-color css
<style>
span { border-color: #2CC8DC; }
span { border-color: rgb(44,200,220); }
td.TdClassName
{
border-color: #2CC8DC;
}
.TagClassName
{
border-color: #2CC8DC;
}
</style>