Html Css Color HEX #ACCFFC Pale Cornflower Blue
📋 copy color: '#ACCFFC'red 172 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #ACCFFC
Tints of Pale Cornflower Blue #ACCFFC
RGB
CMYK
RGB Variations
Color information
#ACCFFC (or 0xACCFFC) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and FC. RGB value is (172,207,252). Sum of RGB (Red+Green+Blue) = 172+207+252=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFC is #533003. Grayscale: #C9C9C9. Windows color (decimal): -5451780 or 16568236. OLE color: 16568236.
HSL color Cylindrical-coordinate representation of color #ACCFFC: hue angle of 213.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCFFC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 207 | 252 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.01 |
| HSL | 213.75º | 0.93% | 0.83% | - |
| HSV(B) | 213.75º | 0.32% | 0.99% | - |
| XYZ | 56.9 | 60.42 | 100.76 | - |
| YUV | 201.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 252 | 0.32 | 0.18 | 0 | 0.01 | 213.75 | 0.93 | 0.83 |
| Hex | AC | CF | FC | 20 | 12 | 0 | 1 | D6 | 5D | 53 |
| Octal | 254 | 317 | 374 | 40 | 22 | 0 | 1 | 326 | 135 | 123 |
| Binary | 10101100 | 11001111 | 11111100 | 100000 | 10010 | 0 | 1 | 11010110 | 1011101 | 1010011 |
Color Harmonies of #ACCFFC
Complementary color
Monochromatic Colors of #ACCFFC
Black with #ACCFFC
Text Example
Text Example
White with #ACCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFFC; }
p { color: rgb(172,207,252); }
H1.HeaderClassName
{
color: #ACCFFC;
}
.AnyTagClassName
{
color: #ACCFFC;
}
</style>
background-color css
<style>
a { background-color: #ACCFFC; }
a { background-color: rgb(172,207,252); }
div.DivClassName
{
background-color: #ACCFFC;
}
.BgClassName
{
background-color: #ACCFFC;
}
</style>
border-color css
<style>
span { border-color: #ACCFFC; }
span { border-color: rgb(172,207,252); }
td.TdClassName
{
border-color: #ACCFFC;
}
.TagClassName
{
border-color: #ACCFFC;
}
</style>