Shades of Perano #ACC1F2
Tints of Perano #ACC1F2
RGB
CMYK
RGB Variations
Color information
#ACC1F2 (or 0xACC1F2) is known color: Perano. HEX triplet: AC, C1 and F2. RGB value is (172,193,242). Sum of RGB (Red+Green+Blue) = 172+193+242=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACC1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F2 is #533E0D. Grayscale: #C0C0C0. Windows color (decimal): -5455374 or 15909292. OLE color: 15909292.
HSL color Cylindrical-coordinate representation of color #ACC1F2: hue angle of 222º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC1F2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 193 | 242 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 222º | 0.73% | 0.81% | - |
| HSV(B) | 222º | 0.29% | 0.95% | - |
| XYZ | 52.11 | 53.32 | 91.55 | - |
| YUV | 192.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 242 | 0.29 | 0.20 | 0 | 0.05 | 222 | 0.73 | 0.81 |
| Hex | AC | C1 | F2 | 1D | 14 | 0 | 5 | DE | 49 | 51 |
| Octal | 254 | 301 | 362 | 35 | 24 | 0 | 5 | 336 | 111 | 121 |
| Binary | 10101100 | 11000001 | 11110010 | 11101 | 10100 | 0 | 101 | 11011110 | 1001001 | 1010001 |
Color Harmonies of #ACC1F2
Complementary color
Monochromatic Colors of #ACC1F2
Black with #ACC1F2
Text Example
Text Example
White with #ACC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1F2; }
p { color: rgb(172,193,242); }
H1.HeaderClassName
{
color: #ACC1F2;
}
.AnyTagClassName
{
color: #ACC1F2;
}
</style>
background-color css
<style>
a { background-color: #ACC1F2; }
a { background-color: rgb(172,193,242); }
div.DivClassName
{
background-color: #ACC1F2;
}
.BgClassName
{
background-color: #ACC1F2;
}
</style>
border-color css
<style>
span { border-color: #ACC1F2; }
span { border-color: rgb(172,193,242); }
td.TdClassName
{
border-color: #ACC1F2;
}
.TagClassName
{
border-color: #ACC1F2;
}
</style>