Shades of Perano #ACC1F8
Tints of Perano #ACC1F8
RGB
CMYK
RGB Variations
Color information
#ACC1F8 (or 0xACC1F8) is known color: Perano. HEX triplet: AC, C1 and F8. RGB value is (172,193,248). Sum of RGB (Red+Green+Blue) = 172+193+248=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F8 is #533E07. Grayscale: #C0C0C0. Windows color (decimal): -5455368 or 16302508. OLE color: 16302508.
HSL color Cylindrical-coordinate representation of color #ACC1F8: hue angle of 223.42º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC1F8 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 193 | 248 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.03 |
| HSL | 223.42º | 0.84% | 0.82% | - |
| HSV(B) | 223.42º | 0.31% | 0.97% | - |
| XYZ | 53.03 | 53.69 | 96.37 | - |
| YUV | 192.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 248 | 0.31 | 0.22 | 0 | 0.03 | 223.42 | 0.84 | 0.82 |
| Hex | AC | C1 | F8 | 1F | 16 | 0 | 3 | DF | 54 | 52 |
| Octal | 254 | 301 | 370 | 37 | 26 | 0 | 3 | 337 | 124 | 122 |
| Binary | 10101100 | 11000001 | 11111000 | 11111 | 10110 | 0 | 11 | 11011111 | 1010100 | 1010010 |
Color Harmonies of #ACC1F8
Complementary color
Monochromatic Colors of #ACC1F8
Black with #ACC1F8
Text Example
Text Example
White with #ACC1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1F8; }
p { color: rgb(172,193,248); }
H1.HeaderClassName
{
color: #ACC1F8;
}
.AnyTagClassName
{
color: #ACC1F8;
}
</style>
background-color css
<style>
a { background-color: #ACC1F8; }
a { background-color: rgb(172,193,248); }
div.DivClassName
{
background-color: #ACC1F8;
}
.BgClassName
{
background-color: #ACC1F8;
}
</style>
border-color css
<style>
span { border-color: #ACC1F8; }
span { border-color: rgb(172,193,248); }
td.TdClassName
{
border-color: #ACC1F8;
}
.TagClassName
{
border-color: #ACC1F8;
}
</style>