Html Css Color HEX #ACC9FE Pale Cornflower Blue
📋 copy color: '#ACC9FE'red 172 ◦ green 201 ◦ blue 254
Shades of Pale Cornflower Blue #ACC9FE
Tints of Pale Cornflower Blue #ACC9FE
RGB
CMYK
RGB Variations
Color information
#ACC9FE (or 0xACC9FE) is known color: Pale Cornflower Blue. HEX triplet: AC, C9 and FE. RGB value is (172,201,254). Sum of RGB (Red+Green+Blue) = 172+201+254=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACC9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9FE is #533601. Grayscale: #C6C6C6. Windows color (decimal): -5453314 or 16697772. OLE color: 16697772.
HSL color Cylindrical-coordinate representation of color #ACC9FE: hue angle of 218.78º 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 #ACC9FE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 201 | 254 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.00 |
| HSL | 218.78º | 0.98% | 0.84% | - |
| HSV(B) | 218.78º | 0.32% | 1% | - |
| XYZ | 55.79 | 57.7 | 101.96 | - |
| YUV | 198.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 254 | 0.32 | 0.21 | 0 | 0.00 | 218.78 | 0.98 | 0.84 |
| Hex | AC | C9 | FE | 20 | 15 | 0 | 0 | DB | 62 | 54 |
| Octal | 254 | 311 | 376 | 40 | 25 | 0 | 0 | 333 | 142 | 124 |
| Binary | 10101100 | 11001001 | 11111110 | 100000 | 10101 | 0 | 0 | 11011011 | 1100010 | 1010100 |
Color Harmonies of #ACC9FE
Complementary color
Monochromatic Colors of #ACC9FE
Black with #ACC9FE
Text Example
Text Example
White with #ACC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9FE; }
p { color: rgb(172,201,254); }
H1.HeaderClassName
{
color: #ACC9FE;
}
.AnyTagClassName
{
color: #ACC9FE;
}
</style>
background-color css
<style>
a { background-color: #ACC9FE; }
a { background-color: rgb(172,201,254); }
div.DivClassName
{
background-color: #ACC9FE;
}
.BgClassName
{
background-color: #ACC9FE;
}
</style>
border-color css
<style>
span { border-color: #ACC9FE; }
span { border-color: rgb(172,201,254); }
td.TdClassName
{
border-color: #ACC9FE;
}
.TagClassName
{
border-color: #ACC9FE;
}
</style>