Shades of Summer Sky #3CAACD
Tints of Summer Sky #3CAACD
RGB
CMYK
RGB Variations
Color information
#3CAACD (or 0x3CAACD) is known color: Summer Sky. HEX triplet: 3C, AA and CD. RGB value is (60,170,205). Sum of RGB (Red+Green+Blue) = 60+170+205=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAACD is #C35532. Grayscale: #8C8C8C. Windows color (decimal): -12801331 or 13478460. OLE color: 13478460.
HSL color Cylindrical-coordinate representation of color #3CAACD: hue angle of 194.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CAACD is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 170 | 205 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.20 |
| HSL | 194.48º | 0.59% | 0.52% | - |
| HSV(B) | 194.48º | 0.71% | 0.8% | - |
| XYZ | 27.26 | 34.12 | 62.91 | - |
| YUV | 141.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 205 | 0.71 | 0.17 | 0 | 0.20 | 194.48 | 0.59 | 0.52 |
| Hex | 3C | AA | CD | 47 | 11 | 0 | 14 | C2 | 3B | 34 |
| Octal | 74 | 252 | 315 | 107 | 21 | 0 | 24 | 302 | 73 | 64 |
| Binary | 111100 | 10101010 | 11001101 | 1000111 | 10001 | 0 | 10100 | 11000010 | 111011 | 110100 |
Color Harmonies of #3CAACD
Complementary color
Monochromatic Colors of #3CAACD
Black with #3CAACD
Text Example
Text Example
White with #3CAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAACD; }
p { color: rgb(60,170,205); }
H1.HeaderClassName
{
color: #3CAACD;
}
.AnyTagClassName
{
color: #3CAACD;
}
</style>
background-color css
<style>
a { background-color: #3CAACD; }
a { background-color: rgb(60,170,205); }
div.DivClassName
{
background-color: #3CAACD;
}
.BgClassName
{
background-color: #3CAACD;
}
</style>
border-color css
<style>
span { border-color: #3CAACD; }
span { border-color: rgb(60,170,205); }
td.TdClassName
{
border-color: #3CAACD;
}
.TagClassName
{
border-color: #3CAACD;
}
</style>