Shades of Summer Sky #2CADDD
Tints of Summer Sky #2CADDD
RGB
CMYK
RGB Variations
Color information
#2CADDD (or 0x2CADDD) is known color: Summer Sky. HEX triplet: 2C, AD and DD. RGB value is (44,173,221). Sum of RGB (Red+Green+Blue) = 44+173+221=438 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10.05% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADDD is #D35222. Grayscale: #8B8B8B. Windows color (decimal): -13849123 or 14527788. OLE color: 14527788.
HSL color Cylindrical-coordinate representation of color #2CADDD: hue angle of 196.27º 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 #2CADDD is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 173 | 221 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.13 |
| HSL | 196.27º | 0.72% | 0.52% | - |
| HSV(B) | 196.27º | 0.8% | 0.87% | - |
| XYZ | 29.03 | 35.64 | 73.76 | - |
| YUV | 139.9 | 173.76 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 221 | 0.80 | 0.22 | 0 | 0.13 | 196.27 | 0.72 | 0.52 |
| Hex | 2C | AD | DD | 50 | 16 | 0 | D | C4 | 48 | 34 |
| Octal | 54 | 255 | 335 | 120 | 26 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101100 | 10101101 | 11011101 | 1010000 | 10110 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2CADDD
Complementary color
Monochromatic Colors of #2CADDD
Black with #2CADDD
Text Example
Text Example
White with #2CADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADDD; }
p { color: rgb(44,173,221); }
H1.HeaderClassName
{
color: #2CADDD;
}
.AnyTagClassName
{
color: #2CADDD;
}
</style>
background-color css
<style>
a { background-color: #2CADDD; }
a { background-color: rgb(44,173,221); }
div.DivClassName
{
background-color: #2CADDD;
}
.BgClassName
{
background-color: #2CADDD;
}
</style>
border-color css
<style>
span { border-color: #2CADDD; }
span { border-color: rgb(44,173,221); }
td.TdClassName
{
border-color: #2CADDD;
}
.TagClassName
{
border-color: #2CADDD;
}
</style>