Shades of Summer Sky #2CAECD
Tints of Summer Sky #2CAECD
RGB
CMYK
RGB Variations
Color information
#2CAECD (or 0x2CAECD) is known color: Summer Sky. HEX triplet: 2C, AE and CD. RGB value is (44,174,205). Sum of RGB (Red+Green+Blue) = 44+174+205=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAECD is #D35132. Grayscale: #8A8A8A. Windows color (decimal): -13848883 or 13479468. OLE color: 13479468.
HSL color Cylindrical-coordinate representation of color #2CAECD: hue angle of 191.55º 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 #2CAECD is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 174 | 205 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.20 |
| HSL | 191.55º | 0.65% | 0.49% | - |
| HSV(B) | 191.55º | 0.79% | 0.8% | - |
| XYZ | 27.19 | 35.22 | 63.12 | - |
| YUV | 138.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 205 | 0.79 | 0.15 | 0 | 0.20 | 191.55 | 0.65 | 0.49 |
| Hex | 2C | AE | CD | 4F | F | 0 | 14 | C0 | 41 | 31 |
| Octal | 54 | 256 | 315 | 117 | 17 | 0 | 24 | 300 | 101 | 61 |
| Binary | 101100 | 10101110 | 11001101 | 1001111 | 1111 | 0 | 10100 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2CAECD
Complementary color
Monochromatic Colors of #2CAECD
Black with #2CAECD
Text Example
Text Example
White with #2CAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAECD; }
p { color: rgb(44,174,205); }
H1.HeaderClassName
{
color: #2CAECD;
}
.AnyTagClassName
{
color: #2CAECD;
}
</style>
background-color css
<style>
a { background-color: #2CAECD; }
a { background-color: rgb(44,174,205); }
div.DivClassName
{
background-color: #2CAECD;
}
.BgClassName
{
background-color: #2CAECD;
}
</style>
border-color css
<style>
span { border-color: #2CAECD; }
span { border-color: rgb(44,174,205); }
td.TdClassName
{
border-color: #2CAECD;
}
.TagClassName
{
border-color: #2CAECD;
}
</style>