Shades of Summer Sky #3CC1DC
Tints of Summer Sky #3CC1DC
RGB
CMYK
RGB Variations
Color information
#3CC1DC (or 0x3CC1DC) is known color: Summer Sky. HEX triplet: 3C, C1 and DC. RGB value is (60,193,220). Sum of RGB (Red+Green+Blue) = 60+193+220=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CC1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1DC is #C33E23. Grayscale: #9C9C9C. Windows color (decimal): -12795428 or 14467388. OLE color: 14467388.
HSL color Cylindrical-coordinate representation of color #3CC1DC: hue angle of 190.12º 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 #3CC1DC is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 193 | 220 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.14 |
| HSL | 190.13º | 0.7% | 0.55% | - |
| HSV(B) | 190.13º | 0.73% | 0.86% | - |
| XYZ | 33.85 | 44.27 | 74.47 | - |
| YUV | 156.31 | 163.94 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 220 | 0.73 | 0.12 | 0 | 0.14 | 190.13 | 0.7 | 0.55 |
| Hex | 3C | C1 | DC | 49 | C | 0 | E | BE | 46 | 37 |
| Octal | 74 | 301 | 334 | 111 | 14 | 0 | 16 | 276 | 106 | 67 |
| Binary | 111100 | 11000001 | 11011100 | 1001001 | 1100 | 0 | 1110 | 10111110 | 1000110 | 110111 |
Color Harmonies of #3CC1DC
Complementary color
Monochromatic Colors of #3CC1DC
Black with #3CC1DC
Text Example
Text Example
White with #3CC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC1DC; }
p { color: rgb(60,193,220); }
H1.HeaderClassName
{
color: #3CC1DC;
}
.AnyTagClassName
{
color: #3CC1DC;
}
</style>
background-color css
<style>
a { background-color: #3CC1DC; }
a { background-color: rgb(60,193,220); }
div.DivClassName
{
background-color: #3CC1DC;
}
.BgClassName
{
background-color: #3CC1DC;
}
</style>
border-color css
<style>
span { border-color: #3CC1DC; }
span { border-color: rgb(60,193,220); }
td.TdClassName
{
border-color: #3CC1DC;
}
.TagClassName
{
border-color: #3CC1DC;
}
</style>