Html Css Color HEX #ACD9FD Pale Cornflower Blue
📋 copy color: '#ACD9FD'red 172 ◦ green 217 ◦ blue 253
Shades of Pale Cornflower Blue #ACD9FD
Tints of Pale Cornflower Blue #ACD9FD
RGB
CMYK
RGB Variations
Color information
#ACD9FD (or 0xACD9FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D9 and FD. RGB value is (172,217,253). Sum of RGB (Red+Green+Blue) = 172+217+253=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9FD is #532602. Grayscale: #CFCFCF. Windows color (decimal): -5449219 or 16636332. OLE color: 16636332.
HSL color Cylindrical-coordinate representation of color #ACD9FD: hue angle of 206.67º degrees, saturation: 0.95, 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 #ACD9FD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 217 | 253 | - |
CMYK | 0.32 | 0.14 | 0 | 0.01 |
HSL | 206.67º | 0.95% | 0.83% | - |
HSV(B) | 206.67º | 0.32% | 0.99% | - |
XYZ | 59.56 | 65.49 | 102.43 | - |
YUV | 207.65 | 153.59 | 102.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 217 | 253 | 0.32 | 0.14 | 0 | 0.01 | 206.67 | 0.95 | 0.83 |
Hex | AC | D9 | FD | 20 | E | 0 | 1 | CF | 5F | 53 |
Octal | 254 | 331 | 375 | 40 | 16 | 0 | 1 | 317 | 137 | 123 |
Binary | 10101100 | 11011001 | 11111101 | 100000 | 1110 | 0 | 1 | 11001111 | 1011111 | 1010011 |
Color Harmonies of #ACD9FD
Complementary color
Monochromatic Colors of #ACD9FD
Black with #ACD9FD
Text Example
Text Example
White with #ACD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9FD; }
p { color: rgb(172,217,253); }
H1.HeaderClassName
{
color: #ACD9FD;
}
.AnyTagClassName
{
color: #ACD9FD;
}
</style>
background-color css
<style>
a { background-color: #ACD9FD; }
a { background-color: rgb(172,217,253); }
div.DivClassName
{
background-color: #ACD9FD;
}
.BgClassName
{
background-color: #ACD9FD;
}
</style>
border-color css
<style>
span { border-color: #ACD9FD; }
span { border-color: rgb(172,217,253); }
td.TdClassName
{
border-color: #ACD9FD;
}
.TagClassName
{
border-color: #ACD9FD;
}
</style>