Shades of Summer Sky #3CADCE
Tints of Summer Sky #3CADCE
RGB
CMYK
RGB Variations
Color information
#3CADCE (or 0x3CADCE) is known color: Summer Sky. HEX triplet: 3C, AD and CE. RGB value is (60,173,206). Sum of RGB (Red+Green+Blue) = 60+173+206=439 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.67% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADCE is #C35231. Grayscale: #8E8E8E. Windows color (decimal): -12800562 or 13544764. OLE color: 13544764.
HSL color Cylindrical-coordinate representation of color #3CADCE: hue angle of 193.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CADCE is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 173 | 206 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.19 |
| HSL | 193.56º | 0.6% | 0.52% | - |
| HSV(B) | 193.56º | 0.71% | 0.81% | - |
| XYZ | 27.95 | 35.3 | 63.73 | - |
| YUV | 142.98 | 163.56 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 206 | 0.71 | 0.16 | 0 | 0.19 | 193.56 | 0.6 | 0.52 |
| Hex | 3C | AD | CE | 47 | 10 | 0 | 13 | C2 | 3C | 34 |
| Octal | 74 | 255 | 316 | 107 | 20 | 0 | 23 | 302 | 74 | 64 |
| Binary | 111100 | 10101101 | 11001110 | 1000111 | 10000 | 0 | 10011 | 11000010 | 111100 | 110100 |
Color Harmonies of #3CADCE
Complementary color
Monochromatic Colors of #3CADCE
Black with #3CADCE
Text Example
Text Example
White with #3CADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADCE; }
p { color: rgb(60,173,206); }
H1.HeaderClassName
{
color: #3CADCE;
}
.AnyTagClassName
{
color: #3CADCE;
}
</style>
background-color css
<style>
a { background-color: #3CADCE; }
a { background-color: rgb(60,173,206); }
div.DivClassName
{
background-color: #3CADCE;
}
.BgClassName
{
background-color: #3CADCE;
}
</style>
border-color css
<style>
span { border-color: #3CADCE; }
span { border-color: rgb(60,173,206); }
td.TdClassName
{
border-color: #3CADCE;
}
.TagClassName
{
border-color: #3CADCE;
}
</style>