Shades of Perano #ACC1F1
Tints of Perano #ACC1F1
RGB
CMYK
RGB Variations
Color information
#ACC1F1 (or 0xACC1F1) is known color: Perano. HEX triplet: AC, C1 and F1. RGB value is (172,193,241). Sum of RGB (Red+Green+Blue) = 172+193+241=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F1 is #533E0E. Grayscale: #BFBFBF. Windows color (decimal): -5455375 or 15843756. OLE color: 15843756.
HSL color Cylindrical-coordinate representation of color #ACC1F1: hue angle of 221.74º degrees, saturation: 0.71, 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 #ACC1F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 193 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 221.74º | 0.71% | 0.81% | - |
| HSV(B) | 221.74º | 0.29% | 0.95% | - |
| XYZ | 51.96 | 53.26 | 90.76 | - |
| YUV | 192.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 241 | 0.29 | 0.20 | 0 | 0.05 | 221.74 | 0.71 | 0.81 |
| Hex | AC | C1 | F1 | 1D | 14 | 0 | 5 | DE | 47 | 51 |
| Octal | 254 | 301 | 361 | 35 | 24 | 0 | 5 | 336 | 107 | 121 |
| Binary | 10101100 | 11000001 | 11110001 | 11101 | 10100 | 0 | 101 | 11011110 | 1000111 | 1010001 |
Color Harmonies of #ACC1F1
Complementary color
Monochromatic Colors of #ACC1F1
Black with #ACC1F1
Text Example
Text Example
White with #ACC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1F1; }
p { color: rgb(172,193,241); }
H1.HeaderClassName
{
color: #ACC1F1;
}
.AnyTagClassName
{
color: #ACC1F1;
}
</style>
background-color css
<style>
a { background-color: #ACC1F1; }
a { background-color: rgb(172,193,241); }
div.DivClassName
{
background-color: #ACC1F1;
}
.BgClassName
{
background-color: #ACC1F1;
}
</style>
border-color css
<style>
span { border-color: #ACC1F1; }
span { border-color: rgb(172,193,241); }
td.TdClassName
{
border-color: #ACC1F1;
}
.TagClassName
{
border-color: #ACC1F1;
}
</style>