Shades of Perano #ACC0EE
Tints of Perano #ACC0EE
RGB
CMYK
RGB Variations
Color information
#ACC0EE (or 0xACC0EE) is known color: Perano. HEX triplet: AC, C0 and EE. RGB value is (172,192,238). Sum of RGB (Red+Green+Blue) = 172+192+238=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0EE is #533F11. Grayscale: #BFBFBF. Windows color (decimal): -5455634 or 15646892. OLE color: 15646892.
HSL color Cylindrical-coordinate representation of color #ACC0EE: hue angle of 221.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC0EE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 192 | 238 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 221.82º | 0.66% | 0.8% | - |
| HSV(B) | 221.82º | 0.28% | 0.93% | - |
| XYZ | 51.3 | 52.64 | 88.35 | - |
| YUV | 191.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 238 | 0.28 | 0.19 | 0 | 0.07 | 221.82 | 0.66 | 0.8 |
| Hex | AC | C0 | EE | 1C | 13 | 0 | 7 | DE | 42 | 50 |
| Octal | 254 | 300 | 356 | 34 | 23 | 0 | 7 | 336 | 102 | 120 |
| Binary | 10101100 | 11000000 | 11101110 | 11100 | 10011 | 0 | 111 | 11011110 | 1000010 | 1010000 |
Color Harmonies of #ACC0EE
Complementary color
Monochromatic Colors of #ACC0EE
Black with #ACC0EE
Text Example
Text Example
White with #ACC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0EE; }
p { color: rgb(172,192,238); }
H1.HeaderClassName
{
color: #ACC0EE;
}
.AnyTagClassName
{
color: #ACC0EE;
}
</style>
background-color css
<style>
a { background-color: #ACC0EE; }
a { background-color: rgb(172,192,238); }
div.DivClassName
{
background-color: #ACC0EE;
}
.BgClassName
{
background-color: #ACC0EE;
}
</style>
border-color css
<style>
span { border-color: #ACC0EE; }
span { border-color: rgb(172,192,238); }
td.TdClassName
{
border-color: #ACC0EE;
}
.TagClassName
{
border-color: #ACC0EE;
}
</style>