Shades of Summer Sky #3ACFFC
Tints of Summer Sky #3ACFFC
RGB
CMYK
RGB Variations
Color information
#3ACFFC (or 0x3ACFFC) is known color: Summer Sky. HEX triplet: 3A, CF and FC. RGB value is (58,207,252). Sum of RGB (Red+Green+Blue) = 58+207+252=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ACFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACFFC is #C53003. Grayscale: #A7A7A7. Windows color (decimal): -12922884 or 16568122. OLE color: 16568122.
HSL color Cylindrical-coordinate representation of color #3ACFFC: hue angle of 193.92º 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 #3ACFFC is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 207 | 252 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.01 |
| HSL | 193.92º | 0.97% | 0.61% | - |
| HSV(B) | 193.92º | 0.77% | 0.99% | - |
| XYZ | 41.63 | 52.55 | 100.05 | - |
| YUV | 167.58 | 175.64 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 252 | 0.77 | 0.18 | 0 | 0.01 | 193.92 | 0.97 | 0.61 |
| Hex | 3A | CF | FC | 4D | 12 | 0 | 1 | C2 | 61 | 3D |
| Octal | 72 | 317 | 374 | 115 | 22 | 0 | 1 | 302 | 141 | 75 |
| Binary | 111010 | 11001111 | 11111100 | 1001101 | 10010 | 0 | 1 | 11000010 | 1100001 | 111101 |
Color Harmonies of #3ACFFC
Complementary color
Monochromatic Colors of #3ACFFC
Black with #3ACFFC
Text Example
Text Example
White with #3ACFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFFC; }
p { color: rgb(58,207,252); }
H1.HeaderClassName
{
color: #3ACFFC;
}
.AnyTagClassName
{
color: #3ACFFC;
}
</style>
background-color css
<style>
a { background-color: #3ACFFC; }
a { background-color: rgb(58,207,252); }
div.DivClassName
{
background-color: #3ACFFC;
}
.BgClassName
{
background-color: #3ACFFC;
}
</style>
border-color css
<style>
span { border-color: #3ACFFC; }
span { border-color: rgb(58,207,252); }
td.TdClassName
{
border-color: #3ACFFC;
}
.TagClassName
{
border-color: #3ACFFC;
}
</style>