Html Css Color HEX #ACD3FA Pale Cornflower Blue
📋 copy color: '#ACD3FA'red 172 ◦ green 211 ◦ blue 250
Shades of Pale Cornflower Blue #ACD3FA
Tints of Pale Cornflower Blue #ACD3FA
RGB
CMYK
RGB Variations
Color information
#ACD3FA (or 0xACD3FA) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and FA. RGB value is (172,211,250). Sum of RGB (Red+Green+Blue) = 172+211+250=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FA is #532C05. Grayscale: #CBCBCB. Windows color (decimal): -5450758 or 16438188. OLE color: 16438188.
HSL color Cylindrical-coordinate representation of color #ACD3FA: hue angle of 210º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD3FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 211 | 250 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.02 |
| HSL | 210º | 0.89% | 0.83% | - |
| HSV(B) | 210º | 0.31% | 0.98% | - |
| XYZ | 57.56 | 62.26 | 99.43 | - |
| YUV | 203.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 250 | 0.31 | 0.16 | 0 | 0.02 | 210 | 0.89 | 0.83 |
| Hex | AC | D3 | FA | 1F | 10 | 0 | 2 | D2 | 59 | 53 |
| Octal | 254 | 323 | 372 | 37 | 20 | 0 | 2 | 322 | 131 | 123 |
| Binary | 10101100 | 11010011 | 11111010 | 11111 | 10000 | 0 | 10 | 11010010 | 1011001 | 1010011 |
Color Harmonies of #ACD3FA
Complementary color
Monochromatic Colors of #ACD3FA
Black with #ACD3FA
Text Example
Text Example
White with #ACD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3FA; }
p { color: rgb(172,211,250); }
H1.HeaderClassName
{
color: #ACD3FA;
}
.AnyTagClassName
{
color: #ACD3FA;
}
</style>
background-color css
<style>
a { background-color: #ACD3FA; }
a { background-color: rgb(172,211,250); }
div.DivClassName
{
background-color: #ACD3FA;
}
.BgClassName
{
background-color: #ACD3FA;
}
</style>
border-color css
<style>
span { border-color: #ACD3FA; }
span { border-color: rgb(172,211,250); }
td.TdClassName
{
border-color: #ACD3FA;
}
.TagClassName
{
border-color: #ACD3FA;
}
</style>