Shades of Summer Sky #4CACEC
Tints of Summer Sky #4CACEC
RGB
CMYK
RGB Variations
Color information
#4CACEC (or 0x4CACEC) is known color: Summer Sky. HEX triplet: 4C, AC and EC. RGB value is (76,172,236). Sum of RGB (Red+Green+Blue) = 76+172+236=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CACEC is #B35313. Grayscale: #969696. Windows color (decimal): -11752212 or 15510604. OLE color: 15510604.
HSL color Cylindrical-coordinate representation of color #4CACEC: hue angle of 204º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CACEC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 172 | 236 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.07 |
| HSL | 204º | 0.81% | 0.61% | - |
| HSV(B) | 204º | 0.68% | 0.93% | - |
| XYZ | 32.87 | 37.1 | 84.78 | - |
| YUV | 150.59 | 176.2 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 236 | 0.68 | 0.27 | 0 | 0.07 | 204 | 0.81 | 0.61 |
| Hex | 4C | AC | EC | 44 | 1B | 0 | 7 | CC | 51 | 3D |
| Octal | 114 | 254 | 354 | 104 | 33 | 0 | 7 | 314 | 121 | 75 |
| Binary | 1001100 | 10101100 | 11101100 | 1000100 | 11011 | 0 | 111 | 11001100 | 1010001 | 111101 |
Color Harmonies of #4CACEC
Complementary color
Monochromatic Colors of #4CACEC
Black with #4CACEC
Text Example
Text Example
White with #4CACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACEC; }
p { color: rgb(76,172,236); }
H1.HeaderClassName
{
color: #4CACEC;
}
.AnyTagClassName
{
color: #4CACEC;
}
</style>
background-color css
<style>
a { background-color: #4CACEC; }
a { background-color: rgb(76,172,236); }
div.DivClassName
{
background-color: #4CACEC;
}
.BgClassName
{
background-color: #4CACEC;
}
</style>
border-color css
<style>
span { border-color: #4CACEC; }
span { border-color: rgb(76,172,236); }
td.TdClassName
{
border-color: #4CACEC;
}
.TagClassName
{
border-color: #4CACEC;
}
</style>