Shades of Summer Sky #3CAECF
Tints of Summer Sky #3CAECF
RGB
CMYK
RGB Variations
Color information
#3CAECF (or 0x3CAECF) is known color: Summer Sky. HEX triplet: 3C, AE and CF. RGB value is (60,174,207). Sum of RGB (Red+Green+Blue) = 60+174+207=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAECF is #C35130. Grayscale: #8F8F8F. Windows color (decimal): -12800305 or 13610556. OLE color: 13610556.
HSL color Cylindrical-coordinate representation of color #3CAECF: hue angle of 193.47º 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 #3CAECF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 174 | 207 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.19 |
| HSL | 193.47º | 0.6% | 0.52% | - |
| HSV(B) | 193.47º | 0.71% | 0.81% | - |
| XYZ | 28.26 | 35.74 | 64.44 | - |
| YUV | 143.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 207 | 0.71 | 0.16 | 0 | 0.19 | 193.47 | 0.6 | 0.52 |
| Hex | 3C | AE | CF | 47 | 10 | 0 | 13 | C1 | 3C | 34 |
| Octal | 74 | 256 | 317 | 107 | 20 | 0 | 23 | 301 | 74 | 64 |
| Binary | 111100 | 10101110 | 11001111 | 1000111 | 10000 | 0 | 10011 | 11000001 | 111100 | 110100 |
Color Harmonies of #3CAECF
Complementary color
Monochromatic Colors of #3CAECF
Black with #3CAECF
Text Example
Text Example
White with #3CAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAECF; }
p { color: rgb(60,174,207); }
H1.HeaderClassName
{
color: #3CAECF;
}
.AnyTagClassName
{
color: #3CAECF;
}
</style>
background-color css
<style>
a { background-color: #3CAECF; }
a { background-color: rgb(60,174,207); }
div.DivClassName
{
background-color: #3CAECF;
}
.BgClassName
{
background-color: #3CAECF;
}
</style>
border-color css
<style>
span { border-color: #3CAECF; }
span { border-color: rgb(60,174,207); }
td.TdClassName
{
border-color: #3CAECF;
}
.TagClassName
{
border-color: #3CAECF;
}
</style>