Shades of Summer Sky #3CAECE
Tints of Summer Sky #3CAECE
RGB
CMYK
RGB Variations
Color information
#3CAECE (or 0x3CAECE) is known color: Summer Sky. HEX triplet: 3C, AE and CE. RGB value is (60,174,206). Sum of RGB (Red+Green+Blue) = 60+174+206=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAECE is #C35131. Grayscale: #8F8F8F. Windows color (decimal): -12800306 or 13545020. OLE color: 13545020.
HSL color Cylindrical-coordinate representation of color #3CAECE: hue angle of 193.15º 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 #3CAECE is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 174 | 206 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.19 |
| HSL | 193.15º | 0.6% | 0.52% | - |
| HSV(B) | 193.15º | 0.71% | 0.81% | - |
| XYZ | 28.14 | 35.69 | 63.8 | - |
| YUV | 143.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 206 | 0.71 | 0.16 | 0 | 0.19 | 193.15 | 0.6 | 0.52 |
| Hex | 3C | AE | CE | 47 | 10 | 0 | 13 | C1 | 3C | 34 |
| Octal | 74 | 256 | 316 | 107 | 20 | 0 | 23 | 301 | 74 | 64 |
| Binary | 111100 | 10101110 | 11001110 | 1000111 | 10000 | 0 | 10011 | 11000001 | 111100 | 110100 |
Color Harmonies of #3CAECE
Complementary color
Monochromatic Colors of #3CAECE
Black with #3CAECE
Text Example
Text Example
White with #3CAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAECE; }
p { color: rgb(60,174,206); }
H1.HeaderClassName
{
color: #3CAECE;
}
.AnyTagClassName
{
color: #3CAECE;
}
</style>
background-color css
<style>
a { background-color: #3CAECE; }
a { background-color: rgb(60,174,206); }
div.DivClassName
{
background-color: #3CAECE;
}
.BgClassName
{
background-color: #3CAECE;
}
</style>
border-color css
<style>
span { border-color: #3CAECE; }
span { border-color: rgb(60,174,206); }
td.TdClassName
{
border-color: #3CAECE;
}
.TagClassName
{
border-color: #3CAECE;
}
</style>