Html Css Color HEX #ACDAF9 Pale Cornflower Blue
📋 copy color: '#ACDAF9'red 172 ◦ green 218 ◦ blue 249
Shades of Pale Cornflower Blue #ACDAF9
Tints of Pale Cornflower Blue #ACDAF9
RGB
CMYK
RGB Variations
Color information
#ACDAF9 (or 0xACDAF9) is known color: Pale Cornflower Blue. HEX triplet: AC, DA and F9. RGB value is (172,218,249). Sum of RGB (Red+Green+Blue) = 172+218+249=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACDAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF9 is #532506. Grayscale: #CFCFCF. Windows color (decimal): -5448967 or 16374444. OLE color: 16374444.
HSL color Cylindrical-coordinate representation of color #ACDAF9: hue angle of 204.16º degrees, saturation: 0.87, 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 #ACDAF9 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 218 | 249 | - |
CMYK | 0.31 | 0.12 | 0 | 0.02 |
HSL | 204.16º | 0.87% | 0.83% | - |
HSV(B) | 204.16º | 0.31% | 0.98% | - |
XYZ | 59.18 | 65.75 | 99.19 | - |
YUV | 207.78 | 151.26 | 102.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 249 | 0.31 | 0.12 | 0 | 0.02 | 204.16 | 0.87 | 0.83 |
Hex | AC | DA | F9 | 1F | C | 0 | 2 | CC | 57 | 53 |
Octal | 254 | 332 | 371 | 37 | 14 | 0 | 2 | 314 | 127 | 123 |
Binary | 10101100 | 11011010 | 11111001 | 11111 | 1100 | 0 | 10 | 11001100 | 1010111 | 1010011 |
Color Harmonies of #ACDAF9
Complementary color
Monochromatic Colors of #ACDAF9
Black with #ACDAF9
Text Example
Text Example
White with #ACDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAF9; }
p { color: rgb(172,218,249); }
H1.HeaderClassName
{
color: #ACDAF9;
}
.AnyTagClassName
{
color: #ACDAF9;
}
</style>
background-color css
<style>
a { background-color: #ACDAF9; }
a { background-color: rgb(172,218,249); }
div.DivClassName
{
background-color: #ACDAF9;
}
.BgClassName
{
background-color: #ACDAF9;
}
</style>
border-color css
<style>
span { border-color: #ACDAF9; }
span { border-color: rgb(172,218,249); }
td.TdClassName
{
border-color: #ACDAF9;
}
.TagClassName
{
border-color: #ACDAF9;
}
</style>