Shades of Summer Sky #3CC0DC
Tints of Summer Sky #3CC0DC
RGB
CMYK
RGB Variations
Color information
#3CC0DC (or 0x3CC0DC) is known color: Summer Sky. HEX triplet: 3C, C0 and DC. RGB value is (60,192,220). Sum of RGB (Red+Green+Blue) = 60+192+220=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CC0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0DC is #C33F23. Grayscale: #9B9B9B. Windows color (decimal): -12795684 or 14467132. OLE color: 14467132.
HSL color Cylindrical-coordinate representation of color #3CC0DC: hue angle of 190.5º 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 #3CC0DC is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 192 | 220 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.14 |
| HSL | 190.5º | 0.7% | 0.55% | - |
| HSV(B) | 190.5º | 0.73% | 0.86% | - |
| XYZ | 33.63 | 43.83 | 74.4 | - |
| YUV | 155.72 | 164.27 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 220 | 0.73 | 0.13 | 0 | 0.14 | 190.5 | 0.7 | 0.55 |
| Hex | 3C | C0 | DC | 49 | D | 0 | E | BE | 46 | 37 |
| Octal | 74 | 300 | 334 | 111 | 15 | 0 | 16 | 276 | 106 | 67 |
| Binary | 111100 | 11000000 | 11011100 | 1001001 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110111 |
Color Harmonies of #3CC0DC
Complementary color
Monochromatic Colors of #3CC0DC
Black with #3CC0DC
Text Example
Text Example
White with #3CC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC0DC; }
p { color: rgb(60,192,220); }
H1.HeaderClassName
{
color: #3CC0DC;
}
.AnyTagClassName
{
color: #3CC0DC;
}
</style>
background-color css
<style>
a { background-color: #3CC0DC; }
a { background-color: rgb(60,192,220); }
div.DivClassName
{
background-color: #3CC0DC;
}
.BgClassName
{
background-color: #3CC0DC;
}
</style>
border-color css
<style>
span { border-color: #3CC0DC; }
span { border-color: rgb(60,192,220); }
td.TdClassName
{
border-color: #3CC0DC;
}
.TagClassName
{
border-color: #3CC0DC;
}
</style>