Html Css Color HEX #ACD2FF Pale Cornflower Blue
📋 copy color: '#ACD2FF'red 172 ◦ green 210 ◦ blue 255
Shades of Pale Cornflower Blue #ACD2FF
Tints of Pale Cornflower Blue #ACD2FF
RGB
CMYK
RGB Variations
Color information
#ACD2FF (or 0xACD2FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and FF. RGB value is (172,210,255). Sum of RGB (Red+Green+Blue) = 172+210+255=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2FF is #532D00. Grayscale: #CBCBCB. Windows color (decimal): -5451009 or 16765612. OLE color: 16765612.
HSL color Cylindrical-coordinate representation of color #ACD2FF: hue angle of 212.53º 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 #ACD2FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 210 | 255 | - |
| CMYK | 0.33 | 0.18 | 0 | 0 |
| HSL | 212.53º | 1% | 0.84% | - |
| HSV(B) | 212.53º | 0.33% | 1% | - |
| XYZ | 58.11 | 62.08 | 103.53 | - |
| YUV | 203.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 255 | 0.33 | 0.18 | 0 | 0 | 212.53 | 1 | 0.84 |
| Hex | AC | D2 | FF | 21 | 12 | 0 | 0 | D5 | 64 | 54 |
| Octal | 254 | 322 | 377 | 41 | 22 | 0 | 0 | 325 | 144 | 124 |
| Binary | 10101100 | 11010010 | 11111111 | 100001 | 10010 | 0 | 0 | 11010101 | 1100100 | 1010100 |
Color Harmonies of #ACD2FF
Complementary color
Monochromatic Colors of #ACD2FF
Black with #ACD2FF
Text Example
Text Example
White with #ACD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2FF; }
p { color: rgb(172,210,255); }
H1.HeaderClassName
{
color: #ACD2FF;
}
.AnyTagClassName
{
color: #ACD2FF;
}
</style>
background-color css
<style>
a { background-color: #ACD2FF; }
a { background-color: rgb(172,210,255); }
div.DivClassName
{
background-color: #ACD2FF;
}
.BgClassName
{
background-color: #ACD2FF;
}
</style>
border-color css
<style>
span { border-color: #ACD2FF; }
span { border-color: rgb(172,210,255); }
td.TdClassName
{
border-color: #ACD2FF;
}
.TagClassName
{
border-color: #ACD2FF;
}
</style>