Shades of Summer Sky #3AACFC
Tints of Summer Sky #3AACFC
RGB
CMYK
RGB Variations
Color information
#3AACFC (or 0x3AACFC) is known color: Summer Sky. HEX triplet: 3A, AC and FC. RGB value is (58,172,252). Sum of RGB (Red+Green+Blue) = 58+172+252=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 172 (67.58% from 255 or 35.68% 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 #3AACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACFC is #C55303. Grayscale: #929292. Windows color (decimal): -12931844 or 16559162. OLE color: 16559162.
HSL color Cylindrical-coordinate representation of color #3AACFC: hue angle of 204.74º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AACFC is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 172 | 252 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.01 |
| HSL | 204.74º | 0.97% | 0.61% | - |
| HSV(B) | 204.74º | 0.77% | 0.99% | - |
| XYZ | 34.07 | 37.43 | 97.53 | - |
| YUV | 147.03 | 187.23 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 252 | 0.77 | 0.32 | 0 | 0.01 | 204.74 | 0.97 | 0.61 |
| Hex | 3A | AC | FC | 4D | 20 | 0 | 1 | CD | 61 | 3D |
| Octal | 72 | 254 | 374 | 115 | 40 | 0 | 1 | 315 | 141 | 75 |
| Binary | 111010 | 10101100 | 11111100 | 1001101 | 100000 | 0 | 1 | 11001101 | 1100001 | 111101 |
Color Harmonies of #3AACFC
Complementary color
Monochromatic Colors of #3AACFC
Black with #3AACFC
Text Example
Text Example
White with #3AACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACFC; }
p { color: rgb(58,172,252); }
H1.HeaderClassName
{
color: #3AACFC;
}
.AnyTagClassName
{
color: #3AACFC;
}
</style>
background-color css
<style>
a { background-color: #3AACFC; }
a { background-color: rgb(58,172,252); }
div.DivClassName
{
background-color: #3AACFC;
}
.BgClassName
{
background-color: #3AACFC;
}
</style>
border-color css
<style>
span { border-color: #3AACFC; }
span { border-color: rgb(58,172,252); }
td.TdClassName
{
border-color: #3AACFC;
}
.TagClassName
{
border-color: #3AACFC;
}
</style>