Html Css Color HEX #ACD0FE Pale Cornflower Blue
📋 copy color: '#ACD0FE'red 172 ◦ green 208 ◦ blue 254
Shades of Pale Cornflower Blue #ACD0FE
Tints of Pale Cornflower Blue #ACD0FE
RGB
CMYK
RGB Variations
Color information
#ACD0FE (or 0xACD0FE) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and FE. RGB value is (172,208,254). Sum of RGB (Red+Green+Blue) = 172+208+254=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FE is #532F01. Grayscale: #CACACA. Windows color (decimal): -5451522 or 16699564. OLE color: 16699564.
HSL color Cylindrical-coordinate representation of color #ACD0FE: hue angle of 213.66º 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 #ACD0FE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 208 | 254 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.00 |
| HSL | 213.66º | 0.98% | 0.84% | - |
| HSV(B) | 213.66º | 0.32% | 1% | - |
| XYZ | 57.46 | 61.04 | 102.52 | - |
| YUV | 202.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 254 | 0.32 | 0.18 | 0 | 0.00 | 213.66 | 0.98 | 0.84 |
| Hex | AC | D0 | FE | 20 | 12 | 0 | 0 | D6 | 62 | 54 |
| Octal | 254 | 320 | 376 | 40 | 22 | 0 | 0 | 326 | 142 | 124 |
| Binary | 10101100 | 11010000 | 11111110 | 100000 | 10010 | 0 | 0 | 11010110 | 1100010 | 1010100 |
Color Harmonies of #ACD0FE
Complementary color
Monochromatic Colors of #ACD0FE
Black with #ACD0FE
Text Example
Text Example
White with #ACD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0FE; }
p { color: rgb(172,208,254); }
H1.HeaderClassName
{
color: #ACD0FE;
}
.AnyTagClassName
{
color: #ACD0FE;
}
</style>
background-color css
<style>
a { background-color: #ACD0FE; }
a { background-color: rgb(172,208,254); }
div.DivClassName
{
background-color: #ACD0FE;
}
.BgClassName
{
background-color: #ACD0FE;
}
</style>
border-color css
<style>
span { border-color: #ACD0FE; }
span { border-color: rgb(172,208,254); }
td.TdClassName
{
border-color: #ACD0FE;
}
.TagClassName
{
border-color: #ACD0FE;
}
</style>