Shades of Summer Sky #2CADCD
Tints of Summer Sky #2CADCD
RGB
CMYK
RGB Variations
Color information
#2CADCD (or 0x2CADCD) is known color: Summer Sky. HEX triplet: 2C, AD and CD. RGB value is (44,173,205). Sum of RGB (Red+Green+Blue) = 44+173+205=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADCD is #D35232. Grayscale: #898989. Windows color (decimal): -13849139 or 13479212. OLE color: 13479212.
HSL color Cylindrical-coordinate representation of color #2CADCD: hue angle of 191.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CADCD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 173 | 205 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.20 |
| HSL | 191.93º | 0.65% | 0.49% | - |
| HSV(B) | 191.93º | 0.79% | 0.8% | - |
| XYZ | 27 | 34.83 | 63.06 | - |
| YUV | 138.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 205 | 0.79 | 0.16 | 0 | 0.20 | 191.93 | 0.65 | 0.49 |
| Hex | 2C | AD | CD | 4F | 10 | 0 | 14 | C0 | 41 | 31 |
| Octal | 54 | 255 | 315 | 117 | 20 | 0 | 24 | 300 | 101 | 61 |
| Binary | 101100 | 10101101 | 11001101 | 1001111 | 10000 | 0 | 10100 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2CADCD
Complementary color
Monochromatic Colors of #2CADCD
Black with #2CADCD
Text Example
Text Example
White with #2CADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADCD; }
p { color: rgb(44,173,205); }
H1.HeaderClassName
{
color: #2CADCD;
}
.AnyTagClassName
{
color: #2CADCD;
}
</style>
background-color css
<style>
a { background-color: #2CADCD; }
a { background-color: rgb(44,173,205); }
div.DivClassName
{
background-color: #2CADCD;
}
.BgClassName
{
background-color: #2CADCD;
}
</style>
border-color css
<style>
span { border-color: #2CADCD; }
span { border-color: rgb(44,173,205); }
td.TdClassName
{
border-color: #2CADCD;
}
.TagClassName
{
border-color: #2CADCD;
}
</style>