Shades of Summer Sky #3CADE9
Tints of Summer Sky #3CADE9
RGB
CMYK
RGB Variations
Color information
#3CADE9 (or 0x3CADE9) is known color: Summer Sky. HEX triplet: 3C, AD and E9. RGB value is (60,173,233). Sum of RGB (Red+Green+Blue) = 60+173+233=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CADE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CADE9 is #C35216. Grayscale: #919191. Windows color (decimal): -12800535 or 15314236. OLE color: 15314236.
HSL color Cylindrical-coordinate representation of color #3CADE9: hue angle of 200.81º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CADE9 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 173 | 233 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.09 |
| HSL | 200.81º | 0.8% | 0.57% | - |
| HSV(B) | 200.81º | 0.74% | 0.91% | - |
| XYZ | 31.52 | 36.73 | 82.52 | - |
| YUV | 146.05 | 177.06 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 233 | 0.74 | 0.26 | 0 | 0.09 | 200.81 | 0.8 | 0.57 |
| Hex | 3C | AD | E9 | 4A | 1A | 0 | 9 | C9 | 50 | 39 |
| Octal | 74 | 255 | 351 | 112 | 32 | 0 | 11 | 311 | 120 | 71 |
| Binary | 111100 | 10101101 | 11101001 | 1001010 | 11010 | 0 | 1001 | 11001001 | 1010000 | 111001 |
Color Harmonies of #3CADE9
Complementary color
Monochromatic Colors of #3CADE9
Black with #3CADE9
Text Example
Text Example
White with #3CADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADE9; }
p { color: rgb(60,173,233); }
H1.HeaderClassName
{
color: #3CADE9;
}
.AnyTagClassName
{
color: #3CADE9;
}
</style>
background-color css
<style>
a { background-color: #3CADE9; }
a { background-color: rgb(60,173,233); }
div.DivClassName
{
background-color: #3CADE9;
}
.BgClassName
{
background-color: #3CADE9;
}
</style>
border-color css
<style>
span { border-color: #3CADE9; }
span { border-color: rgb(60,173,233); }
td.TdClassName
{
border-color: #3CADE9;
}
.TagClassName
{
border-color: #3CADE9;
}
</style>