Shades of Summer Sky #4CACFA
Tints of Summer Sky #4CACFA
RGB
CMYK
RGB Variations
Color information
#4CACFA (or 0x4CACFA) is known color: Summer Sky. HEX triplet: 4C, AC and FA. RGB value is (76,172,250). Sum of RGB (Red+Green+Blue) = 76+172+250=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CACFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CACFA is #B35305. Grayscale: #979797. Windows color (decimal): -11752198 or 16428108. OLE color: 16428108.
HSL color Cylindrical-coordinate representation of color #4CACFA: hue angle of 206.9º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CACFA is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 172 | 250 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.02 |
| HSL | 206.9º | 0.95% | 0.64% | - |
| HSV(B) | 206.9º | 0.7% | 0.98% | - |
| XYZ | 34.99 | 37.94 | 95.92 | - |
| YUV | 152.19 | 183.2 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 250 | 0.70 | 0.31 | 0 | 0.02 | 206.9 | 0.95 | 0.64 |
| Hex | 4C | AC | FA | 46 | 1F | 0 | 2 | CF | 5F | 40 |
| Octal | 114 | 254 | 372 | 106 | 37 | 0 | 2 | 317 | 137 | 100 |
| Binary | 1001100 | 10101100 | 11111010 | 1000110 | 11111 | 0 | 10 | 11001111 | 1011111 | 1000000 |
Color Harmonies of #4CACFA
Complementary color
Monochromatic Colors of #4CACFA
Black with #4CACFA
Text Example
Text Example
White with #4CACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACFA; }
p { color: rgb(76,172,250); }
H1.HeaderClassName
{
color: #4CACFA;
}
.AnyTagClassName
{
color: #4CACFA;
}
</style>
background-color css
<style>
a { background-color: #4CACFA; }
a { background-color: rgb(76,172,250); }
div.DivClassName
{
background-color: #4CACFA;
}
.BgClassName
{
background-color: #4CACFA;
}
</style>
border-color css
<style>
span { border-color: #4CACFA; }
span { border-color: rgb(76,172,250); }
td.TdClassName
{
border-color: #4CACFA;
}
.TagClassName
{
border-color: #4CACFA;
}
</style>