Html Css Color HEX #AACFFA Pale Cornflower Blue
📋 copy color: '#AACFFA'red 170 ◦ green 207 ◦ blue 250
Shades of Pale Cornflower Blue #AACFFA
Tints of Pale Cornflower Blue #AACFFA
RGB
CMYK
RGB Variations
Color information
#AACFFA (or 0xAACFFA) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and FA. RGB value is (170,207,250). Sum of RGB (Red+Green+Blue) = 170+207+250=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #AACFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFA is #553005. Grayscale: #C8C8C8. Windows color (decimal): -5582854 or 16437162. OLE color: 16437162.
HSL color Cylindrical-coordinate representation of color #AACFFA: hue angle of 212.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACFFA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 207 | 250 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.02 |
| HSL | 212.25º | 0.89% | 0.82% | - |
| HSV(B) | 212.25º | 0.32% | 0.98% | - |
| XYZ | 56.15 | 60.07 | 99.08 | - |
| YUV | 200.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 250 | 0.32 | 0.17 | 0 | 0.02 | 212.25 | 0.89 | 0.82 |
| Hex | AA | CF | FA | 20 | 11 | 0 | 2 | D4 | 59 | 52 |
| Octal | 252 | 317 | 372 | 40 | 21 | 0 | 2 | 324 | 131 | 122 |
| Binary | 10101010 | 11001111 | 11111010 | 100000 | 10001 | 0 | 10 | 11010100 | 1011001 | 1010010 |
Color Harmonies of #AACFFA
Complementary color
Monochromatic Colors of #AACFFA
Black with #AACFFA
Text Example
Text Example
White with #AACFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFFA; }
p { color: rgb(170,207,250); }
H1.HeaderClassName
{
color: #AACFFA;
}
.AnyTagClassName
{
color: #AACFFA;
}
</style>
background-color css
<style>
a { background-color: #AACFFA; }
a { background-color: rgb(170,207,250); }
div.DivClassName
{
background-color: #AACFFA;
}
.BgClassName
{
background-color: #AACFFA;
}
</style>
border-color css
<style>
span { border-color: #AACFFA; }
span { border-color: rgb(170,207,250); }
td.TdClassName
{
border-color: #AACFFA;
}
.TagClassName
{
border-color: #AACFFA;
}
</style>