Html Css Color HEX #ACD3FC Pale Cornflower Blue
📋 copy color: '#ACD3FC'red 172 ◦ green 211 ◦ blue 252
Shades of Pale Cornflower Blue #ACD3FC
Tints of Pale Cornflower Blue #ACD3FC
RGB
CMYK
RGB Variations
Color information
#ACD3FC (or 0xACD3FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and FC. RGB value is (172,211,252). Sum of RGB (Red+Green+Blue) = 172+211+252=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FC is #532C03. Grayscale: #CBCBCB. Windows color (decimal): -5450756 or 16569260. OLE color: 16569260.
HSL color Cylindrical-coordinate representation of color #ACD3FC: hue angle of 210.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 #ACD3FC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 211 | 252 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.01 |
| HSL | 210.75º | 0.93% | 0.83% | - |
| HSV(B) | 210.75º | 0.32% | 0.99% | - |
| XYZ | 57.88 | 62.39 | 101.09 | - |
| YUV | 204.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 252 | 0.32 | 0.16 | 0 | 0.01 | 210.75 | 0.93 | 0.83 |
| Hex | AC | D3 | FC | 20 | 10 | 0 | 1 | D3 | 5D | 53 |
| Octal | 254 | 323 | 374 | 40 | 20 | 0 | 1 | 323 | 135 | 123 |
| Binary | 10101100 | 11010011 | 11111100 | 100000 | 10000 | 0 | 1 | 11010011 | 1011101 | 1010011 |
Color Harmonies of #ACD3FC
Complementary color
Monochromatic Colors of #ACD3FC
Black with #ACD3FC
Text Example
Text Example
White with #ACD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3FC; }
p { color: rgb(172,211,252); }
H1.HeaderClassName
{
color: #ACD3FC;
}
.AnyTagClassName
{
color: #ACD3FC;
}
</style>
background-color css
<style>
a { background-color: #ACD3FC; }
a { background-color: rgb(172,211,252); }
div.DivClassName
{
background-color: #ACD3FC;
}
.BgClassName
{
background-color: #ACD3FC;
}
</style>
border-color css
<style>
span { border-color: #ACD3FC; }
span { border-color: rgb(172,211,252); }
td.TdClassName
{
border-color: #ACD3FC;
}
.TagClassName
{
border-color: #ACD3FC;
}
</style>