Shades of Summer Sky #3CADD6
Tints of Summer Sky #3CADD6
RGB
CMYK
RGB Variations
Color information
#3CADD6 (or 0x3CADD6) is known color: Summer Sky. HEX triplet: 3C, AD and D6. RGB value is (60,173,214). Sum of RGB (Red+Green+Blue) = 60+173+214=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #3CADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADD6 is #C35229. Grayscale: #8F8F8F. Windows color (decimal): -12800554 or 14069052. OLE color: 14069052.
HSL color Cylindrical-coordinate representation of color #3CADD6: hue angle of 195.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CADD6 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 173 | 214 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.16 |
| HSL | 195.97º | 0.65% | 0.54% | - |
| HSV(B) | 195.97º | 0.72% | 0.84% | - |
| XYZ | 28.94 | 35.7 | 68.98 | - |
| YUV | 143.89 | 167.56 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 214 | 0.72 | 0.19 | 0 | 0.16 | 195.97 | 0.65 | 0.54 |
| Hex | 3C | AD | D6 | 48 | 13 | 0 | 10 | C4 | 41 | 36 |
| Octal | 74 | 255 | 326 | 110 | 23 | 0 | 20 | 304 | 101 | 66 |
| Binary | 111100 | 10101101 | 11010110 | 1001000 | 10011 | 0 | 10000 | 11000100 | 1000001 | 110110 |
Color Harmonies of #3CADD6
Complementary color
Monochromatic Colors of #3CADD6
Black with #3CADD6
Text Example
Text Example
White with #3CADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADD6; }
p { color: rgb(60,173,214); }
H1.HeaderClassName
{
color: #3CADD6;
}
.AnyTagClassName
{
color: #3CADD6;
}
</style>
background-color css
<style>
a { background-color: #3CADD6; }
a { background-color: rgb(60,173,214); }
div.DivClassName
{
background-color: #3CADD6;
}
.BgClassName
{
background-color: #3CADD6;
}
</style>
border-color css
<style>
span { border-color: #3CADD6; }
span { border-color: rgb(60,173,214); }
td.TdClassName
{
border-color: #3CADD6;
}
.TagClassName
{
border-color: #3CADD6;
}
</style>