Html Css Color HEX #ACD6FD Pale Cornflower Blue
📋 copy color: '#ACD6FD'red 172 ◦ green 214 ◦ blue 253
Shades of Pale Cornflower Blue #ACD6FD
Tints of Pale Cornflower Blue #ACD6FD
RGB
CMYK
RGB Variations
Color information
#ACD6FD (or 0xACD6FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D6 and FD. RGB value is (172,214,253). Sum of RGB (Red+Green+Blue) = 172+214+253=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6FD is #532902. Grayscale: #CDCDCD. Windows color (decimal): -5449987 or 16635564. OLE color: 16635564.
HSL color Cylindrical-coordinate representation of color #ACD6FD: hue angle of 208.89º 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 #ACD6FD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 214 | 253 | - |
CMYK | 0.32 | 0.15 | 0 | 0.01 |
HSL | 208.89º | 0.95% | 0.83% | - |
HSV(B) | 208.89º | 0.32% | 0.99% | - |
XYZ | 58.79 | 63.96 | 102.17 | - |
YUV | 205.89 | 154.59 | 103.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 214 | 253 | 0.32 | 0.15 | 0 | 0.01 | 208.89 | 0.95 | 0.83 |
Hex | AC | D6 | FD | 20 | F | 0 | 1 | D1 | 5F | 53 |
Octal | 254 | 326 | 375 | 40 | 17 | 0 | 1 | 321 | 137 | 123 |
Binary | 10101100 | 11010110 | 11111101 | 100000 | 1111 | 0 | 1 | 11010001 | 1011111 | 1010011 |
Color Harmonies of #ACD6FD
Complementary color
Monochromatic Colors of #ACD6FD
Black with #ACD6FD
Text Example
Text Example
White with #ACD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6FD; }
p { color: rgb(172,214,253); }
H1.HeaderClassName
{
color: #ACD6FD;
}
.AnyTagClassName
{
color: #ACD6FD;
}
</style>
background-color css
<style>
a { background-color: #ACD6FD; }
a { background-color: rgb(172,214,253); }
div.DivClassName
{
background-color: #ACD6FD;
}
.BgClassName
{
background-color: #ACD6FD;
}
</style>
border-color css
<style>
span { border-color: #ACD6FD; }
span { border-color: rgb(172,214,253); }
td.TdClassName
{
border-color: #ACD6FD;
}
.TagClassName
{
border-color: #ACD6FD;
}
</style>