Shades of Summer Sky #2CAECE
Tints of Summer Sky #2CAECE
RGB
CMYK
RGB Variations
Color information
#2CAECE (or 0x2CAECE) is known color: Summer Sky. HEX triplet: 2C, AE and CE. RGB value is (44,174,206). Sum of RGB (Red+Green+Blue) = 44+174+206=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #2CAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAECE is #D35131. Grayscale: #8A8A8A. Windows color (decimal): -13848882 or 13545004. OLE color: 13545004.
HSL color Cylindrical-coordinate representation of color #2CAECE: hue angle of 191.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CAECE is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 174 | 206 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.19 |
| HSL | 191.85º | 0.65% | 0.49% | - |
| HSV(B) | 191.85º | 0.79% | 0.81% | - |
| XYZ | 27.32 | 35.26 | 63.76 | - |
| YUV | 138.78 | 165.93 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 206 | 0.79 | 0.16 | 0 | 0.19 | 191.85 | 0.65 | 0.49 |
| Hex | 2C | AE | CE | 4F | 10 | 0 | 13 | C0 | 41 | 31 |
| Octal | 54 | 256 | 316 | 117 | 20 | 0 | 23 | 300 | 101 | 61 |
| Binary | 101100 | 10101110 | 11001110 | 1001111 | 10000 | 0 | 10011 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2CAECE
Complementary color
Monochromatic Colors of #2CAECE
Black with #2CAECE
Text Example
Text Example
White with #2CAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAECE; }
p { color: rgb(44,174,206); }
H1.HeaderClassName
{
color: #2CAECE;
}
.AnyTagClassName
{
color: #2CAECE;
}
</style>
background-color css
<style>
a { background-color: #2CAECE; }
a { background-color: rgb(44,174,206); }
div.DivClassName
{
background-color: #2CAECE;
}
.BgClassName
{
background-color: #2CAECE;
}
</style>
border-color css
<style>
span { border-color: #2CAECE; }
span { border-color: rgb(44,174,206); }
td.TdClassName
{
border-color: #2CAECE;
}
.TagClassName
{
border-color: #2CAECE;
}
</style>