Shades of Summer Sky #3CACCF
Tints of Summer Sky #3CACCF
RGB
CMYK
RGB Variations
Color information
#3CACCF (or 0x3CACCF) is known color: Summer Sky. HEX triplet: 3C, AC and CF. RGB value is (60,172,207). Sum of RGB (Red+Green+Blue) = 60+172+207=439 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.67% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACCF is #C35330. Grayscale: #8E8E8E. Windows color (decimal): -12800817 or 13610044. OLE color: 13610044.
HSL color Cylindrical-coordinate representation of color #3CACCF: hue angle of 194.29º 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 #3CACCF is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 172 | 207 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.19 |
| HSL | 194.29º | 0.6% | 0.52% | - |
| HSV(B) | 194.29º | 0.71% | 0.81% | - |
| XYZ | 27.88 | 34.97 | 64.31 | - |
| YUV | 142.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 207 | 0.71 | 0.17 | 0 | 0.19 | 194.29 | 0.6 | 0.52 |
| Hex | 3C | AC | CF | 47 | 11 | 0 | 13 | C2 | 3C | 34 |
| Octal | 74 | 254 | 317 | 107 | 21 | 0 | 23 | 302 | 74 | 64 |
| Binary | 111100 | 10101100 | 11001111 | 1000111 | 10001 | 0 | 10011 | 11000010 | 111100 | 110100 |
Color Harmonies of #3CACCF
Complementary color
Monochromatic Colors of #3CACCF
Black with #3CACCF
Text Example
Text Example
White with #3CACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACCF; }
p { color: rgb(60,172,207); }
H1.HeaderClassName
{
color: #3CACCF;
}
.AnyTagClassName
{
color: #3CACCF;
}
</style>
background-color css
<style>
a { background-color: #3CACCF; }
a { background-color: rgb(60,172,207); }
div.DivClassName
{
background-color: #3CACCF;
}
.BgClassName
{
background-color: #3CACCF;
}
</style>
border-color css
<style>
span { border-color: #3CACCF; }
span { border-color: rgb(60,172,207); }
td.TdClassName
{
border-color: #3CACCF;
}
.TagClassName
{
border-color: #3CACCF;
}
</style>