Html Css Color HEX #ACCCFF Pale Cornflower Blue
📋 copy color: '#ACCCFF'red 172 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #ACCCFF
Tints of Pale Cornflower Blue #ACCCFF
RGB
CMYK
RGB Variations
Color information
#ACCCFF (or 0xACCCFF) is known color: Pale Cornflower Blue. HEX triplet: AC, CC and FF. RGB value is (172,204,255). Sum of RGB (Red+Green+Blue) = 172+204+255=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCFF is #533300. Grayscale: #C8C8C8. Windows color (decimal): -5452545 or 16764076. OLE color: 16764076.
HSL color Cylindrical-coordinate representation of color #ACCCFF: hue angle of 216.87º 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 #ACCCFF is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 204 | 255 | - |
| CMYK | 0.33 | 0.2 | 0 | 0 |
| HSL | 216.87º | 1% | 0.84% | - |
| HSV(B) | 216.87º | 0.33% | 1% | - |
| XYZ | 56.66 | 59.18 | 103.04 | - |
| YUV | 200.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 255 | 0.33 | 0.2 | 0 | 0 | 216.87 | 1 | 0.84 |
| Hex | AC | CC | FF | 21 | 14 | 0 | 0 | D9 | 64 | 54 |
| Octal | 254 | 314 | 377 | 41 | 24 | 0 | 0 | 331 | 144 | 124 |
| Binary | 10101100 | 11001100 | 11111111 | 100001 | 10100 | 0 | 0 | 11011001 | 1100100 | 1010100 |
Color Harmonies of #ACCCFF
Complementary color
Monochromatic Colors of #ACCCFF
Black with #ACCCFF
Text Example
Text Example
White with #ACCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCFF; }
p { color: rgb(172,204,255); }
H1.HeaderClassName
{
color: #ACCCFF;
}
.AnyTagClassName
{
color: #ACCCFF;
}
</style>
background-color css
<style>
a { background-color: #ACCCFF; }
a { background-color: rgb(172,204,255); }
div.DivClassName
{
background-color: #ACCCFF;
}
.BgClassName
{
background-color: #ACCCFF;
}
</style>
border-color css
<style>
span { border-color: #ACCCFF; }
span { border-color: rgb(172,204,255); }
td.TdClassName
{
border-color: #ACCCFF;
}
.TagClassName
{
border-color: #ACCCFF;
}
</style>