Html Css Color HEX #ACD3FE Pale Cornflower Blue
📋 copy color: '#ACD3FE'red 172 ◦ green 211 ◦ blue 254
Shades of Pale Cornflower Blue #ACD3FE
Tints of Pale Cornflower Blue #ACD3FE
RGB
CMYK
RGB Variations
Color information
#ACD3FE (or 0xACD3FE) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and FE. RGB value is (172,211,254). Sum of RGB (Red+Green+Blue) = 172+211+254=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FE is #532C01. Grayscale: #CCCCCC. Windows color (decimal): -5450754 or 16700332. OLE color: 16700332.
HSL color Cylindrical-coordinate representation of color #ACD3FE: hue angle of 211.46º 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 #ACD3FE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 211 | 254 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.00 |
| HSL | 211.46º | 0.98% | 0.84% | - |
| HSV(B) | 211.46º | 0.32% | 1% | - |
| XYZ | 58.2 | 62.51 | 102.77 | - |
| YUV | 204.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 254 | 0.32 | 0.17 | 0 | 0.00 | 211.46 | 0.98 | 0.84 |
| Hex | AC | D3 | FE | 20 | 11 | 0 | 0 | D3 | 62 | 54 |
| Octal | 254 | 323 | 376 | 40 | 21 | 0 | 0 | 323 | 142 | 124 |
| Binary | 10101100 | 11010011 | 11111110 | 100000 | 10001 | 0 | 0 | 11010011 | 1100010 | 1010100 |
Color Harmonies of #ACD3FE
Complementary color
Monochromatic Colors of #ACD3FE
Black with #ACD3FE
Text Example
Text Example
White with #ACD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3FE; }
p { color: rgb(172,211,254); }
H1.HeaderClassName
{
color: #ACD3FE;
}
.AnyTagClassName
{
color: #ACD3FE;
}
</style>
background-color css
<style>
a { background-color: #ACD3FE; }
a { background-color: rgb(172,211,254); }
div.DivClassName
{
background-color: #ACD3FE;
}
.BgClassName
{
background-color: #ACD3FE;
}
</style>
border-color css
<style>
span { border-color: #ACD3FE; }
span { border-color: rgb(172,211,254); }
td.TdClassName
{
border-color: #ACD3FE;
}
.TagClassName
{
border-color: #ACD3FE;
}
</style>