Shades of Summer Sky #3CC2EC
Tints of Summer Sky #3CC2EC
RGB
CMYK
RGB Variations
Color information
#3CC2EC (or 0x3CC2EC) is known color: Summer Sky. HEX triplet: 3C, C2 and EC. RGB value is (60,194,236). Sum of RGB (Red+Green+Blue) = 60+194+236=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CC2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC2EC is #C33D13. Grayscale: #9E9E9E. Windows color (decimal): -12795156 or 15516220. OLE color: 15516220.
HSL color Cylindrical-coordinate representation of color #3CC2EC: hue angle of 194.32º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CC2EC is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 194 | 236 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.07 |
| HSL | 194.32º | 0.82% | 0.58% | - |
| HSV(B) | 194.32º | 0.75% | 0.93% | - |
| XYZ | 36.3 | 45.6 | 86.25 | - |
| YUV | 158.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 236 | 0.75 | 0.18 | 0 | 0.07 | 194.32 | 0.82 | 0.58 |
| Hex | 3C | C2 | EC | 4B | 12 | 0 | 7 | C2 | 52 | 3A |
| Octal | 74 | 302 | 354 | 113 | 22 | 0 | 7 | 302 | 122 | 72 |
| Binary | 111100 | 11000010 | 11101100 | 1001011 | 10010 | 0 | 111 | 11000010 | 1010010 | 111010 |
Color Harmonies of #3CC2EC
Complementary color
Monochromatic Colors of #3CC2EC
Black with #3CC2EC
Text Example
Text Example
White with #3CC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC2EC; }
p { color: rgb(60,194,236); }
H1.HeaderClassName
{
color: #3CC2EC;
}
.AnyTagClassName
{
color: #3CC2EC;
}
</style>
background-color css
<style>
a { background-color: #3CC2EC; }
a { background-color: rgb(60,194,236); }
div.DivClassName
{
background-color: #3CC2EC;
}
.BgClassName
{
background-color: #3CC2EC;
}
</style>
border-color css
<style>
span { border-color: #3CC2EC; }
span { border-color: rgb(60,194,236); }
td.TdClassName
{
border-color: #3CC2EC;
}
.TagClassName
{
border-color: #3CC2EC;
}
</style>