Shades of Summer Sky #3CADE0
Tints of Summer Sky #3CADE0
RGB
CMYK
RGB Variations
Color information
#3CADE0 (or 0x3CADE0) is known color: Summer Sky. HEX triplet: 3C, AD and E0. RGB value is (60,173,224). Sum of RGB (Red+Green+Blue) = 60+173+224=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CADE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADE0 is #C3521F. Grayscale: #909090. Windows color (decimal): -12800544 or 14724412. OLE color: 14724412.
HSL color Cylindrical-coordinate representation of color #3CADE0: hue angle of 198.66º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CADE0 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 173 | 224 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.12 |
| HSL | 198.66º | 0.73% | 0.56% | - |
| HSV(B) | 198.66º | 0.73% | 0.88% | - |
| XYZ | 30.26 | 36.23 | 75.92 | - |
| YUV | 145.03 | 172.56 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 224 | 0.73 | 0.23 | 0 | 0.12 | 198.66 | 0.73 | 0.56 |
| Hex | 3C | AD | E0 | 49 | 17 | 0 | C | C7 | 49 | 38 |
| Octal | 74 | 255 | 340 | 111 | 27 | 0 | 14 | 307 | 111 | 70 |
| Binary | 111100 | 10101101 | 11100000 | 1001001 | 10111 | 0 | 1100 | 11000111 | 1001001 | 111000 |
Color Harmonies of #3CADE0
Complementary color
Monochromatic Colors of #3CADE0
Black with #3CADE0
Text Example
Text Example
White with #3CADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADE0; }
p { color: rgb(60,173,224); }
H1.HeaderClassName
{
color: #3CADE0;
}
.AnyTagClassName
{
color: #3CADE0;
}
</style>
background-color css
<style>
a { background-color: #3CADE0; }
a { background-color: rgb(60,173,224); }
div.DivClassName
{
background-color: #3CADE0;
}
.BgClassName
{
background-color: #3CADE0;
}
</style>
border-color css
<style>
span { border-color: #3CADE0; }
span { border-color: rgb(60,173,224); }
td.TdClassName
{
border-color: #3CADE0;
}
.TagClassName
{
border-color: #3CADE0;
}
</style>