Shades of Perano #ACC0FF
Tints of Perano #ACC0FF
RGB
CMYK
RGB Variations
Color information
#ACC0FF (or 0xACC0FF) is known color: Perano. HEX triplet: AC, C0 and FF. RGB value is (172,192,255). Sum of RGB (Red+Green+Blue) = 172+192+255=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FF is #533F00. Grayscale: #C0C0C0. Windows color (decimal): -5455617 or 16761004. OLE color: 16761004.
HSL color Cylindrical-coordinate representation of color #ACC0FF: hue angle of 225.54º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC0FF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 192 | 255 | - |
CMYK | 0.33 | 0.25 | 0 | 0 |
HSL | 225.54º | 1% | 0.84% | - |
HSV(B) | 225.54º | 0.33% | 1% | - |
XYZ | 53.91 | 53.69 | 102.13 | - |
YUV | 193.2 | 162.87 | 112.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 192 | 255 | 0.33 | 0.25 | 0 | 0 | 225.54 | 1 | 0.84 |
Hex | AC | C0 | FF | 21 | 19 | 0 | 0 | E2 | 64 | 54 |
Octal | 254 | 300 | 377 | 41 | 31 | 0 | 0 | 342 | 144 | 124 |
Binary | 10101100 | 11000000 | 11111111 | 100001 | 11001 | 0 | 0 | 11100010 | 1100100 | 1010100 |
Color Harmonies of #ACC0FF
Complementary color
Monochromatic Colors of #ACC0FF
Black with #ACC0FF
Text Example
Text Example
White with #ACC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0FF; }
p { color: rgb(172,192,255); }
H1.HeaderClassName
{
color: #ACC0FF;
}
.AnyTagClassName
{
color: #ACC0FF;
}
</style>
background-color css
<style>
a { background-color: #ACC0FF; }
a { background-color: rgb(172,192,255); }
div.DivClassName
{
background-color: #ACC0FF;
}
.BgClassName
{
background-color: #ACC0FF;
}
</style>
border-color css
<style>
span { border-color: #ACC0FF; }
span { border-color: rgb(172,192,255); }
td.TdClassName
{
border-color: #ACC0FF;
}
.TagClassName
{
border-color: #ACC0FF;
}
</style>