Html Css Color HEX #ACD9FC Pale Cornflower Blue
📋 copy color: '#ACD9FC'red 172 ◦ green 217 ◦ blue 252
Shades of Pale Cornflower Blue #ACD9FC
Tints of Pale Cornflower Blue #ACD9FC
RGB
CMYK
RGB Variations
Color information
#ACD9FC (or 0xACD9FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D9 and FC. RGB value is (172,217,252). Sum of RGB (Red+Green+Blue) = 172+217+252=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9FC is #532603. Grayscale: #CFCFCF. Windows color (decimal): -5449220 or 16570796. OLE color: 16570796.
HSL color Cylindrical-coordinate representation of color #ACD9FC: hue angle of 206.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD9FC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 217 | 252 | - |
CMYK | 0.32 | 0.14 | 0 | 0.01 |
HSL | 206.25º | 0.93% | 0.83% | - |
HSV(B) | 206.25º | 0.32% | 0.99% | - |
XYZ | 59.4 | 65.42 | 101.59 | - |
YUV | 207.54 | 153.09 | 102.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 217 | 252 | 0.32 | 0.14 | 0 | 0.01 | 206.25 | 0.93 | 0.83 |
Hex | AC | D9 | FC | 20 | E | 0 | 1 | CE | 5D | 53 |
Octal | 254 | 331 | 374 | 40 | 16 | 0 | 1 | 316 | 135 | 123 |
Binary | 10101100 | 11011001 | 11111100 | 100000 | 1110 | 0 | 1 | 11001110 | 1011101 | 1010011 |
Color Harmonies of #ACD9FC
Complementary color
Monochromatic Colors of #ACD9FC
Black with #ACD9FC
Text Example
Text Example
White with #ACD9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9FC; }
p { color: rgb(172,217,252); }
H1.HeaderClassName
{
color: #ACD9FC;
}
.AnyTagClassName
{
color: #ACD9FC;
}
</style>
background-color css
<style>
a { background-color: #ACD9FC; }
a { background-color: rgb(172,217,252); }
div.DivClassName
{
background-color: #ACD9FC;
}
.BgClassName
{
background-color: #ACD9FC;
}
</style>
border-color css
<style>
span { border-color: #ACD9FC; }
span { border-color: rgb(172,217,252); }
td.TdClassName
{
border-color: #ACD9FC;
}
.TagClassName
{
border-color: #ACD9FC;
}
</style>