Shades of Summer Sky #3CACEE
Tints of Summer Sky #3CACEE
RGB
CMYK
RGB Variations
Color information
#3CACEE (or 0x3CACEE) is known color: Summer Sky. HEX triplet: 3C, AC and EE. RGB value is (60,172,238). Sum of RGB (Red+Green+Blue) = 60+172+238=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CACEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACEE is #C35311. Grayscale: #919191. Windows color (decimal): -12800786 or 15641660. OLE color: 15641660.
HSL color Cylindrical-coordinate representation of color #3CACEE: hue angle of 202.25º degrees, saturation: 0.84, 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 #3CACEE is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 172 | 238 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.07 |
| HSL | 202.25º | 0.84% | 0.58% | - |
| HSV(B) | 202.25º | 0.75% | 0.93% | - |
| XYZ | 32.05 | 36.64 | 86.27 | - |
| YUV | 146.04 | 179.89 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 238 | 0.75 | 0.28 | 0 | 0.07 | 202.25 | 0.84 | 0.58 |
| Hex | 3C | AC | EE | 4B | 1C | 0 | 7 | CA | 54 | 3A |
| Octal | 74 | 254 | 356 | 113 | 34 | 0 | 7 | 312 | 124 | 72 |
| Binary | 111100 | 10101100 | 11101110 | 1001011 | 11100 | 0 | 111 | 11001010 | 1010100 | 111010 |
Color Harmonies of #3CACEE
Complementary color
Monochromatic Colors of #3CACEE
Black with #3CACEE
Text Example
Text Example
White with #3CACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACEE; }
p { color: rgb(60,172,238); }
H1.HeaderClassName
{
color: #3CACEE;
}
.AnyTagClassName
{
color: #3CACEE;
}
</style>
background-color css
<style>
a { background-color: #3CACEE; }
a { background-color: rgb(60,172,238); }
div.DivClassName
{
background-color: #3CACEE;
}
.BgClassName
{
background-color: #3CACEE;
}
</style>
border-color css
<style>
span { border-color: #3CACEE; }
span { border-color: rgb(60,172,238); }
td.TdClassName
{
border-color: #3CACEE;
}
.TagClassName
{
border-color: #3CACEE;
}
</style>