Shades of Summer Sky #3CAAFC
Tints of Summer Sky #3CAAFC
RGB
CMYK
RGB Variations
Color information
#3CAAFC (or 0x3CAAFC) is known color: Summer Sky. HEX triplet: 3C, AA and FC. RGB value is (60,170,252). Sum of RGB (Red+Green+Blue) = 60+170+252=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAAFC is #C35503. Grayscale: #929292. Windows color (decimal): -12801284 or 16558652. OLE color: 16558652.
HSL color Cylindrical-coordinate representation of color #3CAAFC: hue angle of 205.62º 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 #3CAAFC is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 170 | 252 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.01 |
| HSL | 205.63º | 0.97% | 0.61% | - |
| HSV(B) | 205.63º | 0.76% | 0.99% | - |
| XYZ | 33.81 | 36.74 | 97.4 | - |
| YUV | 146.46 | 187.56 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 252 | 0.76 | 0.33 | 0 | 0.01 | 205.63 | 0.97 | 0.61 |
| Hex | 3C | AA | FC | 4C | 21 | 0 | 1 | CE | 61 | 3D |
| Octal | 74 | 252 | 374 | 114 | 41 | 0 | 1 | 316 | 141 | 75 |
| Binary | 111100 | 10101010 | 11111100 | 1001100 | 100001 | 0 | 1 | 11001110 | 1100001 | 111101 |
Color Harmonies of #3CAAFC
Complementary color
Monochromatic Colors of #3CAAFC
Black with #3CAAFC
Text Example
Text Example
White with #3CAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAFC; }
p { color: rgb(60,170,252); }
H1.HeaderClassName
{
color: #3CAAFC;
}
.AnyTagClassName
{
color: #3CAAFC;
}
</style>
background-color css
<style>
a { background-color: #3CAAFC; }
a { background-color: rgb(60,170,252); }
div.DivClassName
{
background-color: #3CAAFC;
}
.BgClassName
{
background-color: #3CAAFC;
}
</style>
border-color css
<style>
span { border-color: #3CAAFC; }
span { border-color: rgb(60,170,252); }
td.TdClassName
{
border-color: #3CAAFC;
}
.TagClassName
{
border-color: #3CAAFC;
}
</style>