Html Css Color HEX #ACC8FF Pale Cornflower Blue
📋 copy color: '#ACC8FF'red 172 ◦ green 200 ◦ blue 255
Shades of Pale Cornflower Blue #ACC8FF
Tints of Pale Cornflower Blue #ACC8FF
RGB
CMYK
RGB Variations
Color information
#ACC8FF (or 0xACC8FF) is known color: Pale Cornflower Blue. HEX triplet: AC, C8 and FF. RGB value is (172,200,255). Sum of RGB (Red+Green+Blue) = 172+200+255=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8FF is #533700. Grayscale: #C5C5C5. Windows color (decimal): -5453569 or 16763052. OLE color: 16763052.
HSL color Cylindrical-coordinate representation of color #ACC8FF: hue angle of 219.76º 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 #ACC8FF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 200 | 255 | - |
| CMYK | 0.33 | 0.22 | 0 | 0 |
| HSL | 219.76º | 1% | 0.84% | - |
| HSV(B) | 219.76º | 0.33% | 1% | - |
| XYZ | 55.72 | 57.3 | 102.73 | - |
| YUV | 197.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 255 | 0.33 | 0.22 | 0 | 0 | 219.76 | 1 | 0.84 |
| Hex | AC | C8 | FF | 21 | 16 | 0 | 0 | DC | 64 | 54 |
| Octal | 254 | 310 | 377 | 41 | 26 | 0 | 0 | 334 | 144 | 124 |
| Binary | 10101100 | 11001000 | 11111111 | 100001 | 10110 | 0 | 0 | 11011100 | 1100100 | 1010100 |
Color Harmonies of #ACC8FF
Complementary color
Monochromatic Colors of #ACC8FF
Black with #ACC8FF
Text Example
Text Example
White with #ACC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8FF; }
p { color: rgb(172,200,255); }
H1.HeaderClassName
{
color: #ACC8FF;
}
.AnyTagClassName
{
color: #ACC8FF;
}
</style>
background-color css
<style>
a { background-color: #ACC8FF; }
a { background-color: rgb(172,200,255); }
div.DivClassName
{
background-color: #ACC8FF;
}
.BgClassName
{
background-color: #ACC8FF;
}
</style>
border-color css
<style>
span { border-color: #ACC8FF; }
span { border-color: rgb(172,200,255); }
td.TdClassName
{
border-color: #ACC8FF;
}
.TagClassName
{
border-color: #ACC8FF;
}
</style>