Shades of Summer Sky #3CACEA
Tints of Summer Sky #3CACEA
RGB
CMYK
RGB Variations
Color information
#3CACEA (or 0x3CACEA) is known color: Summer Sky. HEX triplet: 3C, AC and EA. RGB value is (60,172,234). Sum of RGB (Red+Green+Blue) = 60+172+234=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACEA is #C35315. Grayscale: #919191. Windows color (decimal): -12800790 or 15379516. OLE color: 15379516.
HSL color Cylindrical-coordinate representation of color #3CACEA: hue angle of 201.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CACEA is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 172 | 234 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.08 |
| HSL | 201.38º | 0.81% | 0.58% | - |
| HSV(B) | 201.38º | 0.74% | 0.92% | - |
| XYZ | 31.47 | 36.41 | 83.21 | - |
| YUV | 145.58 | 177.89 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 234 | 0.74 | 0.26 | 0 | 0.08 | 201.38 | 0.81 | 0.58 |
| Hex | 3C | AC | EA | 4A | 1A | 0 | 8 | C9 | 51 | 3A |
| Octal | 74 | 254 | 352 | 112 | 32 | 0 | 10 | 311 | 121 | 72 |
| Binary | 111100 | 10101100 | 11101010 | 1001010 | 11010 | 0 | 1000 | 11001001 | 1010001 | 111010 |
Color Harmonies of #3CACEA
Complementary color
Monochromatic Colors of #3CACEA
Black with #3CACEA
Text Example
Text Example
White with #3CACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACEA; }
p { color: rgb(60,172,234); }
H1.HeaderClassName
{
color: #3CACEA;
}
.AnyTagClassName
{
color: #3CACEA;
}
</style>
background-color css
<style>
a { background-color: #3CACEA; }
a { background-color: rgb(60,172,234); }
div.DivClassName
{
background-color: #3CACEA;
}
.BgClassName
{
background-color: #3CACEA;
}
</style>
border-color css
<style>
span { border-color: #3CACEA; }
span { border-color: rgb(60,172,234); }
td.TdClassName
{
border-color: #3CACEA;
}
.TagClassName
{
border-color: #3CACEA;
}
</style>