Html Css Color HEX #ACD8FF Pale Cornflower Blue
📋 copy color: '#ACD8FF'red 172 ◦ green 216 ◦ blue 255
Shades of Pale Cornflower Blue #ACD8FF
Tints of Pale Cornflower Blue #ACD8FF
RGB
CMYK
RGB Variations
Color information
#ACD8FF (or 0xACD8FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D8 and FF. RGB value is (172,216,255). Sum of RGB (Red+Green+Blue) = 172+216+255=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8FF is #532700. Grayscale: #CFCFCF. Windows color (decimal): -5449473 or 16767148. OLE color: 16767148.
HSL color Cylindrical-coordinate representation of color #ACD8FF: hue angle of 208.19º 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 #ACD8FF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 216 | 255 | - |
| CMYK | 0.33 | 0.15 | 0 | 0 |
| HSL | 208.19º | 1% | 0.84% | - |
| HSV(B) | 208.19º | 0.33% | 1% | - |
| XYZ | 59.62 | 65.1 | 104.03 | - |
| YUV | 207.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 255 | 0.33 | 0.15 | 0 | 0 | 208.19 | 1 | 0.84 |
| Hex | AC | D8 | FF | 21 | F | 0 | 0 | D0 | 64 | 54 |
| Octal | 254 | 330 | 377 | 41 | 17 | 0 | 0 | 320 | 144 | 124 |
| Binary | 10101100 | 11011000 | 11111111 | 100001 | 1111 | 0 | 0 | 11010000 | 1100100 | 1010100 |
Color Harmonies of #ACD8FF
Complementary color
Monochromatic Colors of #ACD8FF
Black with #ACD8FF
Text Example
Text Example
White with #ACD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8FF; }
p { color: rgb(172,216,255); }
H1.HeaderClassName
{
color: #ACD8FF;
}
.AnyTagClassName
{
color: #ACD8FF;
}
</style>
background-color css
<style>
a { background-color: #ACD8FF; }
a { background-color: rgb(172,216,255); }
div.DivClassName
{
background-color: #ACD8FF;
}
.BgClassName
{
background-color: #ACD8FF;
}
</style>
border-color css
<style>
span { border-color: #ACD8FF; }
span { border-color: rgb(172,216,255); }
td.TdClassName
{
border-color: #ACD8FF;
}
.TagClassName
{
border-color: #ACD8FF;
}
</style>