Html Css Color HEX #ACDAFA Pale Cornflower Blue
📋 copy color: '#ACDAFA'red 172 ◦ green 218 ◦ blue 250
Shades of Pale Cornflower Blue #ACDAFA
Tints of Pale Cornflower Blue #ACDAFA
RGB
CMYK
RGB Variations
Color information
#ACDAFA (or 0xACDAFA) is known color: Pale Cornflower Blue. HEX triplet: AC, DA and FA. RGB value is (172,218,250). Sum of RGB (Red+Green+Blue) = 172+218+250=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFA is #532505. Grayscale: #CFCFCF. Windows color (decimal): -5448966 or 16439980. OLE color: 16439980.
HSL color Cylindrical-coordinate representation of color #ACDAFA: hue angle of 204.62º degrees, saturation: 0.89, 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 #ACDAFA is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 218 | 250 | - |
CMYK | 0.31 | 0.13 | 0 | 0.02 |
HSL | 204.62º | 0.89% | 0.83% | - |
HSV(B) | 204.62º | 0.31% | 0.98% | - |
XYZ | 59.34 | 65.82 | 100.02 | - |
YUV | 207.89 | 151.76 | 102.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 250 | 0.31 | 0.13 | 0 | 0.02 | 204.62 | 0.89 | 0.83 |
Hex | AC | DA | FA | 1F | D | 0 | 2 | CD | 59 | 53 |
Octal | 254 | 332 | 372 | 37 | 15 | 0 | 2 | 315 | 131 | 123 |
Binary | 10101100 | 11011010 | 11111010 | 11111 | 1101 | 0 | 10 | 11001101 | 1011001 | 1010011 |
Color Harmonies of #ACDAFA
Complementary color
Monochromatic Colors of #ACDAFA
Black with #ACDAFA
Text Example
Text Example
White with #ACDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAFA; }
p { color: rgb(172,218,250); }
H1.HeaderClassName
{
color: #ACDAFA;
}
.AnyTagClassName
{
color: #ACDAFA;
}
</style>
background-color css
<style>
a { background-color: #ACDAFA; }
a { background-color: rgb(172,218,250); }
div.DivClassName
{
background-color: #ACDAFA;
}
.BgClassName
{
background-color: #ACDAFA;
}
</style>
border-color css
<style>
span { border-color: #ACDAFA; }
span { border-color: rgb(172,218,250); }
td.TdClassName
{
border-color: #ACDAFA;
}
.TagClassName
{
border-color: #ACDAFA;
}
</style>