Shades of Summer Sky #3CAADC
Tints of Summer Sky #3CAADC
RGB
CMYK
RGB Variations
Color information
#3CAADC (or 0x3CAADC) is known color: Summer Sky. HEX triplet: 3C, AA and DC. RGB value is (60,170,220). Sum of RGB (Red+Green+Blue) = 60+170+220=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAADC is #C35523. Grayscale: #8E8E8E. Windows color (decimal): -12801316 or 14461500. OLE color: 14461500.
HSL color Cylindrical-coordinate representation of color #3CAADC: hue angle of 198.75º 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 #3CAADC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 170 | 220 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.14 |
| HSL | 198.75º | 0.7% | 0.55% | - |
| HSV(B) | 198.75º | 0.73% | 0.86% | - |
| XYZ | 29.16 | 34.88 | 72.91 | - |
| YUV | 142.81 | 171.56 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 220 | 0.73 | 0.23 | 0 | 0.14 | 198.75 | 0.7 | 0.55 |
| Hex | 3C | AA | DC | 49 | 17 | 0 | E | C7 | 46 | 37 |
| Octal | 74 | 252 | 334 | 111 | 27 | 0 | 16 | 307 | 106 | 67 |
| Binary | 111100 | 10101010 | 11011100 | 1001001 | 10111 | 0 | 1110 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3CAADC
Complementary color
Monochromatic Colors of #3CAADC
Black with #3CAADC
Text Example
Text Example
White with #3CAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAADC; }
p { color: rgb(60,170,220); }
H1.HeaderClassName
{
color: #3CAADC;
}
.AnyTagClassName
{
color: #3CAADC;
}
</style>
background-color css
<style>
a { background-color: #3CAADC; }
a { background-color: rgb(60,170,220); }
div.DivClassName
{
background-color: #3CAADC;
}
.BgClassName
{
background-color: #3CAADC;
}
</style>
border-color css
<style>
span { border-color: #3CAADC; }
span { border-color: rgb(60,170,220); }
td.TdClassName
{
border-color: #3CAADC;
}
.TagClassName
{
border-color: #3CAADC;
}
</style>