Shades of Summer Sky #3CACEC
Tints of Summer Sky #3CACEC
RGB
CMYK
RGB Variations
Color information
#3CACEC (or 0x3CACEC) is known color: Summer Sky. HEX triplet: 3C, AC and EC. RGB value is (60,172,236). Sum of RGB (Red+Green+Blue) = 60+172+236=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACEC is #C35313. Grayscale: #919191. Windows color (decimal): -12800788 or 15510588. OLE color: 15510588.
HSL color Cylindrical-coordinate representation of color #3CACEC: hue angle of 201.82º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CACEC is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 172 | 236 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.07 |
| HSL | 201.82º | 0.82% | 0.58% | - |
| HSV(B) | 201.82º | 0.75% | 0.93% | - |
| XYZ | 31.76 | 36.52 | 84.73 | - |
| YUV | 145.81 | 178.89 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 236 | 0.75 | 0.27 | 0 | 0.07 | 201.82 | 0.82 | 0.58 |
| Hex | 3C | AC | EC | 4B | 1B | 0 | 7 | CA | 52 | 3A |
| Octal | 74 | 254 | 354 | 113 | 33 | 0 | 7 | 312 | 122 | 72 |
| Binary | 111100 | 10101100 | 11101100 | 1001011 | 11011 | 0 | 111 | 11001010 | 1010010 | 111010 |
Color Harmonies of #3CACEC
Complementary color
Monochromatic Colors of #3CACEC
Black with #3CACEC
Text Example
Text Example
White with #3CACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACEC; }
p { color: rgb(60,172,236); }
H1.HeaderClassName
{
color: #3CACEC;
}
.AnyTagClassName
{
color: #3CACEC;
}
</style>
background-color css
<style>
a { background-color: #3CACEC; }
a { background-color: rgb(60,172,236); }
div.DivClassName
{
background-color: #3CACEC;
}
.BgClassName
{
background-color: #3CACEC;
}
</style>
border-color css
<style>
span { border-color: #3CACEC; }
span { border-color: rgb(60,172,236); }
td.TdClassName
{
border-color: #3CACEC;
}
.TagClassName
{
border-color: #3CACEC;
}
</style>