Shades of Summer Sky #3CCCEC
Tints of Summer Sky #3CCCEC
RGB
CMYK
RGB Variations
Color information
#3CCCEC (or 0x3CCCEC) is known color: Summer Sky. HEX triplet: 3C, CC and EC. RGB value is (60,204,236). Sum of RGB (Red+Green+Blue) = 60+204+236=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCCEC is #C33313. Grayscale: #A4A4A4. Windows color (decimal): -12792596 or 15518780. OLE color: 15518780.
HSL color Cylindrical-coordinate representation of color #3CCCEC: hue angle of 190.91º 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 #3CCCEC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 204 | 236 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.07 |
| HSL | 190.91º | 0.82% | 0.58% | - |
| HSV(B) | 190.91º | 0.75% | 0.93% | - |
| XYZ | 38.6 | 50.2 | 87.01 | - |
| YUV | 164.59 | 168.29 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 236 | 0.75 | 0.14 | 0 | 0.07 | 190.91 | 0.82 | 0.58 |
| Hex | 3C | CC | EC | 4B | E | 0 | 7 | BF | 52 | 3A |
| Octal | 74 | 314 | 354 | 113 | 16 | 0 | 7 | 277 | 122 | 72 |
| Binary | 111100 | 11001100 | 11101100 | 1001011 | 1110 | 0 | 111 | 10111111 | 1010010 | 111010 |
Color Harmonies of #3CCCEC
Complementary color
Monochromatic Colors of #3CCCEC
Black with #3CCCEC
Text Example
Text Example
White with #3CCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCEC; }
p { color: rgb(60,204,236); }
H1.HeaderClassName
{
color: #3CCCEC;
}
.AnyTagClassName
{
color: #3CCCEC;
}
</style>
background-color css
<style>
a { background-color: #3CCCEC; }
a { background-color: rgb(60,204,236); }
div.DivClassName
{
background-color: #3CCCEC;
}
.BgClassName
{
background-color: #3CCCEC;
}
</style>
border-color css
<style>
span { border-color: #3CCCEC; }
span { border-color: rgb(60,204,236); }
td.TdClassName
{
border-color: #3CCCEC;
}
.TagClassName
{
border-color: #3CCCEC;
}
</style>