Shades of Summer Sky #2CACDC
Tints of Summer Sky #2CACDC
RGB
CMYK
RGB Variations
Color information
#2CACDC (or 0x2CACDC) is known color: Summer Sky. HEX triplet: 2C, AC and DC. RGB value is (44,172,220). Sum of RGB (Red+Green+Blue) = 44+172+220=436 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.09% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACDC is #D35323. Grayscale: #8A8A8A. Windows color (decimal): -13849380 or 14461996. OLE color: 14461996.
HSL color Cylindrical-coordinate representation of color #2CACDC: hue angle of 196.36º 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 #2CACDC is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 172 | 220 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.14 |
| HSL | 196.36º | 0.72% | 0.52% | - |
| HSV(B) | 196.36º | 0.8% | 0.86% | - |
| XYZ | 28.71 | 35.21 | 72.99 | - |
| YUV | 139.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 220 | 0.8 | 0.22 | 0 | 0.14 | 196.36 | 0.72 | 0.52 |
| Hex | 2C | AC | DC | 50 | 16 | 0 | E | C4 | 48 | 34 |
| Octal | 54 | 254 | 334 | 120 | 26 | 0 | 16 | 304 | 110 | 64 |
| Binary | 101100 | 10101100 | 11011100 | 1010000 | 10110 | 0 | 1110 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2CACDC
Complementary color
Monochromatic Colors of #2CACDC
Black with #2CACDC
Text Example
Text Example
White with #2CACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACDC; }
p { color: rgb(44,172,220); }
H1.HeaderClassName
{
color: #2CACDC;
}
.AnyTagClassName
{
color: #2CACDC;
}
</style>
background-color css
<style>
a { background-color: #2CACDC; }
a { background-color: rgb(44,172,220); }
div.DivClassName
{
background-color: #2CACDC;
}
.BgClassName
{
background-color: #2CACDC;
}
</style>
border-color css
<style>
span { border-color: #2CACDC; }
span { border-color: rgb(44,172,220); }
td.TdClassName
{
border-color: #2CACDC;
}
.TagClassName
{
border-color: #2CACDC;
}
</style>