Shades of Perano #ACC1FC
Tints of Perano #ACC1FC
RGB
CMYK
RGB Variations
Color information
#ACC1FC (or 0xACC1FC) is known color: Perano. HEX triplet: AC, C1 and FC. RGB value is (172,193,252). Sum of RGB (Red+Green+Blue) = 172+193+252=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACC1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1FC is #533E03. Grayscale: #C1C1C1. Windows color (decimal): -5455364 or 16564652. OLE color: 16564652.
HSL color Cylindrical-coordinate representation of color #ACC1FC: hue angle of 224.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC1FC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 193 | 252 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.01 |
| HSL | 224.25º | 0.93% | 0.83% | - |
| HSV(B) | 224.25º | 0.32% | 0.99% | - |
| XYZ | 53.65 | 53.94 | 99.68 | - |
| YUV | 193.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 252 | 0.32 | 0.23 | 0 | 0.01 | 224.25 | 0.93 | 0.83 |
| Hex | AC | C1 | FC | 20 | 17 | 0 | 1 | E0 | 5D | 53 |
| Octal | 254 | 301 | 374 | 40 | 27 | 0 | 1 | 340 | 135 | 123 |
| Binary | 10101100 | 11000001 | 11111100 | 100000 | 10111 | 0 | 1 | 11100000 | 1011101 | 1010011 |
Color Harmonies of #ACC1FC
Complementary color
Monochromatic Colors of #ACC1FC
Black with #ACC1FC
Text Example
Text Example
White with #ACC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1FC; }
p { color: rgb(172,193,252); }
H1.HeaderClassName
{
color: #ACC1FC;
}
.AnyTagClassName
{
color: #ACC1FC;
}
</style>
background-color css
<style>
a { background-color: #ACC1FC; }
a { background-color: rgb(172,193,252); }
div.DivClassName
{
background-color: #ACC1FC;
}
.BgClassName
{
background-color: #ACC1FC;
}
</style>
border-color css
<style>
span { border-color: #ACC1FC; }
span { border-color: rgb(172,193,252); }
td.TdClassName
{
border-color: #ACC1FC;
}
.TagClassName
{
border-color: #ACC1FC;
}
</style>