Html Css Color HEX #ACD3FF Pale Cornflower Blue
📋 copy color: '#ACD3FF'red 172 ◦ green 211 ◦ blue 255
Shades of Pale Cornflower Blue #ACD3FF
Tints of Pale Cornflower Blue #ACD3FF
RGB
CMYK
RGB Variations
Color information
#ACD3FF (or 0xACD3FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and FF. RGB value is (172,211,255). Sum of RGB (Red+Green+Blue) = 172+211+255=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FF is #532C00. Grayscale: #CCCCCC. Windows color (decimal): -5450753 or 16765868. OLE color: 16765868.
HSL color Cylindrical-coordinate representation of color #ACD3FF: hue angle of 211.81º 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 #ACD3FF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 211 | 255 | - |
| CMYK | 0.33 | 0.17 | 0 | 0 |
| HSL | 211.81º | 1% | 0.84% | - |
| HSV(B) | 211.81º | 0.33% | 1% | - |
| XYZ | 58.36 | 62.58 | 103.61 | - |
| YUV | 204.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 255 | 0.33 | 0.17 | 0 | 0 | 211.81 | 1 | 0.84 |
| Hex | AC | D3 | FF | 21 | 11 | 0 | 0 | D4 | 64 | 54 |
| Octal | 254 | 323 | 377 | 41 | 21 | 0 | 0 | 324 | 144 | 124 |
| Binary | 10101100 | 11010011 | 11111111 | 100001 | 10001 | 0 | 0 | 11010100 | 1100100 | 1010100 |
Color Harmonies of #ACD3FF
Complementary color
Monochromatic Colors of #ACD3FF
Black with #ACD3FF
Text Example
Text Example
White with #ACD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3FF; }
p { color: rgb(172,211,255); }
H1.HeaderClassName
{
color: #ACD3FF;
}
.AnyTagClassName
{
color: #ACD3FF;
}
</style>
background-color css
<style>
a { background-color: #ACD3FF; }
a { background-color: rgb(172,211,255); }
div.DivClassName
{
background-color: #ACD3FF;
}
.BgClassName
{
background-color: #ACD3FF;
}
</style>
border-color css
<style>
span { border-color: #ACD3FF; }
span { border-color: rgb(172,211,255); }
td.TdClassName
{
border-color: #ACD3FF;
}
.TagClassName
{
border-color: #ACD3FF;
}
</style>