Shades of Summer Sky #3CACFC
Tints of Summer Sky #3CACFC
RGB
CMYK
RGB Variations
Color information
#3CACFC (or 0x3CACFC) is known color: Summer Sky. HEX triplet: 3C, AC and FC. RGB value is (60,172,252). Sum of RGB (Red+Green+Blue) = 60+172+252=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACFC is #C35303. Grayscale: #939393. Windows color (decimal): -12800772 or 16559164. OLE color: 16559164.
HSL color Cylindrical-coordinate representation of color #3CACFC: hue angle of 205º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CACFC is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 172 | 252 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.01 |
| HSL | 205º | 0.97% | 0.61% | - |
| HSV(B) | 205º | 0.76% | 0.99% | - |
| XYZ | 34.19 | 37.49 | 97.53 | - |
| YUV | 147.63 | 186.89 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 252 | 0.76 | 0.32 | 0 | 0.01 | 205 | 0.97 | 0.61 |
| Hex | 3C | AC | FC | 4C | 20 | 0 | 1 | CD | 61 | 3D |
| Octal | 74 | 254 | 374 | 114 | 40 | 0 | 1 | 315 | 141 | 75 |
| Binary | 111100 | 10101100 | 11111100 | 1001100 | 100000 | 0 | 1 | 11001101 | 1100001 | 111101 |
Color Harmonies of #3CACFC
Complementary color
Monochromatic Colors of #3CACFC
Black with #3CACFC
Text Example
Text Example
White with #3CACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACFC; }
p { color: rgb(60,172,252); }
H1.HeaderClassName
{
color: #3CACFC;
}
.AnyTagClassName
{
color: #3CACFC;
}
</style>
background-color css
<style>
a { background-color: #3CACFC; }
a { background-color: rgb(60,172,252); }
div.DivClassName
{
background-color: #3CACFC;
}
.BgClassName
{
background-color: #3CACFC;
}
</style>
border-color css
<style>
span { border-color: #3CACFC; }
span { border-color: rgb(60,172,252); }
td.TdClassName
{
border-color: #3CACFC;
}
.TagClassName
{
border-color: #3CACFC;
}
</style>