Shades of Summer Sky #2CCAEC
Tints of Summer Sky #2CCAEC
RGB
CMYK
RGB Variations
Color information
#2CCAEC (or 0x2CCAEC) is known color: Summer Sky. HEX triplet: 2C, CA and EC. RGB value is (44,202,236). Sum of RGB (Red+Green+Blue) = 44+202+236=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #2CCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCAEC is #D33513. Grayscale: #9E9E9E. Windows color (decimal): -13841684 or 15518252. OLE color: 15518252.
HSL color Cylindrical-coordinate representation of color #2CCAEC: hue angle of 190.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CCAEC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 202 | 236 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.63º | 0.83% | 0.55% | - |
| HSV(B) | 190.63º | 0.81% | 0.93% | - |
| XYZ | 37.3 | 48.83 | 86.82 | - |
| YUV | 158.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 236 | 0.81 | 0.14 | 0 | 0.07 | 190.63 | 0.83 | 0.55 |
| Hex | 2C | CA | EC | 51 | E | 0 | 7 | BF | 53 | 37 |
| Octal | 54 | 312 | 354 | 121 | 16 | 0 | 7 | 277 | 123 | 67 |
| Binary | 101100 | 11001010 | 11101100 | 1010001 | 1110 | 0 | 111 | 10111111 | 1010011 | 110111 |
Color Harmonies of #2CCAEC
Complementary color
Monochromatic Colors of #2CCAEC
Black with #2CCAEC
Text Example
Text Example
White with #2CCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAEC; }
p { color: rgb(44,202,236); }
H1.HeaderClassName
{
color: #2CCAEC;
}
.AnyTagClassName
{
color: #2CCAEC;
}
</style>
background-color css
<style>
a { background-color: #2CCAEC; }
a { background-color: rgb(44,202,236); }
div.DivClassName
{
background-color: #2CCAEC;
}
.BgClassName
{
background-color: #2CCAEC;
}
</style>
border-color css
<style>
span { border-color: #2CCAEC; }
span { border-color: rgb(44,202,236); }
td.TdClassName
{
border-color: #2CCAEC;
}
.TagClassName
{
border-color: #2CCAEC;
}
</style>