Shades of Summer Sky #2CACDD
Tints of Summer Sky #2CACDD
RGB
CMYK
RGB Variations
Color information
#2CACDD (or 0x2CACDD) is known color: Summer Sky. HEX triplet: 2C, AC and DD. RGB value is (44,172,221). Sum of RGB (Red+Green+Blue) = 44+172+221=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACDD is #D35322. Grayscale: #8A8A8A. Windows color (decimal): -13849379 or 14527532. OLE color: 14527532.
HSL color Cylindrical-coordinate representation of color #2CACDD: hue angle of 196.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CACDD is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 172 | 221 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.13 |
| HSL | 196.61º | 0.72% | 0.52% | - |
| HSV(B) | 196.61º | 0.8% | 0.87% | - |
| XYZ | 28.84 | 35.26 | 73.69 | - |
| YUV | 139.31 | 174.09 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 221 | 0.80 | 0.22 | 0 | 0.13 | 196.61 | 0.72 | 0.52 |
| Hex | 2C | AC | DD | 50 | 16 | 0 | D | C5 | 48 | 34 |
| Octal | 54 | 254 | 335 | 120 | 26 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101100 | 10101100 | 11011101 | 1010000 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2CACDD
Complementary color
Monochromatic Colors of #2CACDD
Black with #2CACDD
Text Example
Text Example
White with #2CACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACDD; }
p { color: rgb(44,172,221); }
H1.HeaderClassName
{
color: #2CACDD;
}
.AnyTagClassName
{
color: #2CACDD;
}
</style>
background-color css
<style>
a { background-color: #2CACDD; }
a { background-color: rgb(44,172,221); }
div.DivClassName
{
background-color: #2CACDD;
}
.BgClassName
{
background-color: #2CACDD;
}
</style>
border-color css
<style>
span { border-color: #2CACDD; }
span { border-color: rgb(44,172,221); }
td.TdClassName
{
border-color: #2CACDD;
}
.TagClassName
{
border-color: #2CACDD;
}
</style>