Html Css Color HEX #AAC8FA Pale Cornflower Blue
📋 copy color: '#AAC8FA'red 170 ◦ green 200 ◦ blue 250
Shades of Pale Cornflower Blue #AAC8FA
Tints of Pale Cornflower Blue #AAC8FA
RGB
CMYK
RGB Variations
Color information
#AAC8FA (or 0xAAC8FA) is known color: Pale Cornflower Blue. HEX triplet: AA, C8 and FA. RGB value is (170,200,250). Sum of RGB (Red+Green+Blue) = 170+200+250=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FA is #553705. Grayscale: #C4C4C4. Windows color (decimal): -5584646 or 16435370. OLE color: 16435370.
HSL color Cylindrical-coordinate representation of color #AAC8FA: hue angle of 217.5º 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 #AAC8FA is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 200 | 250 | - |
| CMYK | 0.32 | 0.2 | 0 | 0.02 |
| HSL | 217.5º | 0.89% | 0.82% | - |
| HSV(B) | 217.5º | 0.32% | 0.98% | - |
| XYZ | 54.49 | 56.76 | 98.53 | - |
| YUV | 196.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 250 | 0.32 | 0.2 | 0 | 0.02 | 217.5 | 0.89 | 0.82 |
| Hex | AA | C8 | FA | 20 | 14 | 0 | 2 | DA | 59 | 52 |
| Octal | 252 | 310 | 372 | 40 | 24 | 0 | 2 | 332 | 131 | 122 |
| Binary | 10101010 | 11001000 | 11111010 | 100000 | 10100 | 0 | 10 | 11011010 | 1011001 | 1010010 |
Color Harmonies of #AAC8FA
Complementary color
Monochromatic Colors of #AAC8FA
Black with #AAC8FA
Text Example
Text Example
White with #AAC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8FA; }
p { color: rgb(170,200,250); }
H1.HeaderClassName
{
color: #AAC8FA;
}
.AnyTagClassName
{
color: #AAC8FA;
}
</style>
background-color css
<style>
a { background-color: #AAC8FA; }
a { background-color: rgb(170,200,250); }
div.DivClassName
{
background-color: #AAC8FA;
}
.BgClassName
{
background-color: #AAC8FA;
}
</style>
border-color css
<style>
span { border-color: #AAC8FA; }
span { border-color: rgb(170,200,250); }
td.TdClassName
{
border-color: #AAC8FA;
}
.TagClassName
{
border-color: #AAC8FA;
}
</style>