Shades of Summer Sky #3CC5DC
Tints of Summer Sky #3CC5DC
RGB
CMYK
RGB Variations
Color information
#3CC5DC (or 0x3CC5DC) is known color: Summer Sky. HEX triplet: 3C, C5 and DC. RGB value is (60,197,220). Sum of RGB (Red+Green+Blue) = 60+197+220=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CC5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC5DC is #C33A23. Grayscale: #9E9E9E. Windows color (decimal): -12794404 or 14468412. OLE color: 14468412.
HSL color Cylindrical-coordinate representation of color #3CC5DC: hue angle of 188.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CC5DC is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 197 | 220 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.14 |
| HSL | 188.63º | 0.7% | 0.55% | - |
| HSV(B) | 188.63º | 0.73% | 0.86% | - |
| XYZ | 34.75 | 46.06 | 74.77 | - |
| YUV | 158.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 220 | 0.73 | 0.10 | 0 | 0.14 | 188.63 | 0.7 | 0.55 |
| Hex | 3C | C5 | DC | 49 | A | 0 | E | BD | 46 | 37 |
| Octal | 74 | 305 | 334 | 111 | 12 | 0 | 16 | 275 | 106 | 67 |
| Binary | 111100 | 11000101 | 11011100 | 1001001 | 1010 | 0 | 1110 | 10111101 | 1000110 | 110111 |
Color Harmonies of #3CC5DC
Complementary color
Monochromatic Colors of #3CC5DC
Black with #3CC5DC
Text Example
Text Example
White with #3CC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC5DC; }
p { color: rgb(60,197,220); }
H1.HeaderClassName
{
color: #3CC5DC;
}
.AnyTagClassName
{
color: #3CC5DC;
}
</style>
background-color css
<style>
a { background-color: #3CC5DC; }
a { background-color: rgb(60,197,220); }
div.DivClassName
{
background-color: #3CC5DC;
}
.BgClassName
{
background-color: #3CC5DC;
}
</style>
border-color css
<style>
span { border-color: #3CC5DC; }
span { border-color: rgb(60,197,220); }
td.TdClassName
{
border-color: #3CC5DC;
}
.TagClassName
{
border-color: #3CC5DC;
}
</style>