Shades of Summer Sky #3CC2DA
Tints of Summer Sky #3CC2DA
RGB
CMYK
RGB Variations
Color information
#3CC2DA (or 0x3CC2DA) is known color: Summer Sky. HEX triplet: 3C, C2 and DA. RGB value is (60,194,218). Sum of RGB (Red+Green+Blue) = 60+194+218=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CC2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC2DA is #C33D25. Grayscale: #9C9C9C. Windows color (decimal): -12795174 or 14336572. OLE color: 14336572.
HSL color Cylindrical-coordinate representation of color #3CC2DA: hue angle of 189.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CC2DA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 194 | 218 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.15 |
| HSL | 189.11º | 0.68% | 0.55% | - |
| HSV(B) | 189.11º | 0.72% | 0.85% | - |
| XYZ | 33.81 | 44.61 | 73.16 | - |
| YUV | 156.67 | 162.61 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 218 | 0.72 | 0.11 | 0 | 0.15 | 189.11 | 0.68 | 0.55 |
| Hex | 3C | C2 | DA | 48 | B | 0 | F | BD | 44 | 37 |
| Octal | 74 | 302 | 332 | 110 | 13 | 0 | 17 | 275 | 104 | 67 |
| Binary | 111100 | 11000010 | 11011010 | 1001000 | 1011 | 0 | 1111 | 10111101 | 1000100 | 110111 |
Color Harmonies of #3CC2DA
Complementary color
Monochromatic Colors of #3CC2DA
Black with #3CC2DA
Text Example
Text Example
White with #3CC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC2DA; }
p { color: rgb(60,194,218); }
H1.HeaderClassName
{
color: #3CC2DA;
}
.AnyTagClassName
{
color: #3CC2DA;
}
</style>
background-color css
<style>
a { background-color: #3CC2DA; }
a { background-color: rgb(60,194,218); }
div.DivClassName
{
background-color: #3CC2DA;
}
.BgClassName
{
background-color: #3CC2DA;
}
</style>
border-color css
<style>
span { border-color: #3CC2DA; }
span { border-color: rgb(60,194,218); }
td.TdClassName
{
border-color: #3CC2DA;
}
.TagClassName
{
border-color: #3CC2DA;
}
</style>