Html Css Color HEX #ACC8FE Pale Cornflower Blue
📋 copy color: '#ACC8FE'red 172 ◦ green 200 ◦ blue 254
Shades of Pale Cornflower Blue #ACC8FE
Tints of Pale Cornflower Blue #ACC8FE
RGB
CMYK
RGB Variations
Color information
#ACC8FE (or 0xACC8FE) is known color: Pale Cornflower Blue. HEX triplet: AC, C8 and FE. RGB value is (172,200,254). Sum of RGB (Red+Green+Blue) = 172+200+254=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8FE is #533701. Grayscale: #C5C5C5. Windows color (decimal): -5453570 or 16697516. OLE color: 16697516.
HSL color Cylindrical-coordinate representation of color #ACC8FE: hue angle of 219.51º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC8FE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 200 | 254 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.00 |
| HSL | 219.51º | 0.98% | 0.84% | - |
| HSV(B) | 219.51º | 0.32% | 1% | - |
| XYZ | 55.56 | 57.23 | 101.89 | - |
| YUV | 197.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 254 | 0.32 | 0.21 | 0 | 0.00 | 219.51 | 0.98 | 0.84 |
| Hex | AC | C8 | FE | 20 | 15 | 0 | 0 | DC | 62 | 54 |
| Octal | 254 | 310 | 376 | 40 | 25 | 0 | 0 | 334 | 142 | 124 |
| Binary | 10101100 | 11001000 | 11111110 | 100000 | 10101 | 0 | 0 | 11011100 | 1100010 | 1010100 |
Color Harmonies of #ACC8FE
Complementary color
Monochromatic Colors of #ACC8FE
Black with #ACC8FE
Text Example
Text Example
White with #ACC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8FE; }
p { color: rgb(172,200,254); }
H1.HeaderClassName
{
color: #ACC8FE;
}
.AnyTagClassName
{
color: #ACC8FE;
}
</style>
background-color css
<style>
a { background-color: #ACC8FE; }
a { background-color: rgb(172,200,254); }
div.DivClassName
{
background-color: #ACC8FE;
}
.BgClassName
{
background-color: #ACC8FE;
}
</style>
border-color css
<style>
span { border-color: #ACC8FE; }
span { border-color: rgb(172,200,254); }
td.TdClassName
{
border-color: #ACC8FE;
}
.TagClassName
{
border-color: #ACC8FE;
}
</style>