Shades of Summer Sky #3CACDA
Tints of Summer Sky #3CACDA
RGB
CMYK
RGB Variations
Color information
#3CACDA (or 0x3CACDA) is known color: Summer Sky. HEX triplet: 3C, AC and DA. RGB value is (60,172,218). Sum of RGB (Red+Green+Blue) = 60+172+218=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACDA is #C35325. Grayscale: #8F8F8F. Windows color (decimal): -12800806 or 14330940. OLE color: 14330940.
HSL color Cylindrical-coordinate representation of color #3CACDA: hue angle of 197.47º 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 #3CACDA is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 172 | 218 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.15 |
| HSL | 197.47º | 0.68% | 0.55% | - |
| HSV(B) | 197.47º | 0.72% | 0.85% | - |
| XYZ | 29.27 | 35.53 | 71.64 | - |
| YUV | 143.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 218 | 0.72 | 0.21 | 0 | 0.15 | 197.47 | 0.68 | 0.55 |
| Hex | 3C | AC | DA | 48 | 15 | 0 | F | C5 | 44 | 37 |
| Octal | 74 | 254 | 332 | 110 | 25 | 0 | 17 | 305 | 104 | 67 |
| Binary | 111100 | 10101100 | 11011010 | 1001000 | 10101 | 0 | 1111 | 11000101 | 1000100 | 110111 |
Color Harmonies of #3CACDA
Complementary color
Monochromatic Colors of #3CACDA
Black with #3CACDA
Text Example
Text Example
White with #3CACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACDA; }
p { color: rgb(60,172,218); }
H1.HeaderClassName
{
color: #3CACDA;
}
.AnyTagClassName
{
color: #3CACDA;
}
</style>
background-color css
<style>
a { background-color: #3CACDA; }
a { background-color: rgb(60,172,218); }
div.DivClassName
{
background-color: #3CACDA;
}
.BgClassName
{
background-color: #3CACDA;
}
</style>
border-color css
<style>
span { border-color: #3CACDA; }
span { border-color: rgb(60,172,218); }
td.TdClassName
{
border-color: #3CACDA;
}
.TagClassName
{
border-color: #3CACDA;
}
</style>