Html Css Color HEX #AAD8FA Pale Cornflower Blue
📋 copy color: '#AAD8FA'red 170 ◦ green 216 ◦ blue 250
Shades of Pale Cornflower Blue #AAD8FA
Tints of Pale Cornflower Blue #AAD8FA
RGB
CMYK
RGB Variations
Color information
#AAD8FA (or 0xAAD8FA) is known color: Pale Cornflower Blue. HEX triplet: AA, D8 and FA. RGB value is (170,216,250). Sum of RGB (Red+Green+Blue) = 170+216+250=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8FA is #552705. Grayscale: #CDCDCD. Windows color (decimal): -5580550 or 16439466. OLE color: 16439466.
HSL color Cylindrical-coordinate representation of color #AAD8FA: hue angle of 205.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 #AAD8FA is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 216 | 250 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.02 |
| HSL | 205.5º | 0.89% | 0.82% | - |
| HSV(B) | 205.5º | 0.32% | 0.98% | - |
| XYZ | 58.39 | 64.56 | 99.83 | - |
| YUV | 206.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 250 | 0.32 | 0.14 | 0 | 0.02 | 205.5 | 0.89 | 0.82 |
| Hex | AA | D8 | FA | 20 | E | 0 | 2 | CE | 59 | 52 |
| Octal | 252 | 330 | 372 | 40 | 16 | 0 | 2 | 316 | 131 | 122 |
| Binary | 10101010 | 11011000 | 11111010 | 100000 | 1110 | 0 | 10 | 11001110 | 1011001 | 1010010 |
Color Harmonies of #AAD8FA
Complementary color
Monochromatic Colors of #AAD8FA
Black with #AAD8FA
Text Example
Text Example
White with #AAD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8FA; }
p { color: rgb(170,216,250); }
H1.HeaderClassName
{
color: #AAD8FA;
}
.AnyTagClassName
{
color: #AAD8FA;
}
</style>
background-color css
<style>
a { background-color: #AAD8FA; }
a { background-color: rgb(170,216,250); }
div.DivClassName
{
background-color: #AAD8FA;
}
.BgClassName
{
background-color: #AAD8FA;
}
</style>
border-color css
<style>
span { border-color: #AAD8FA; }
span { border-color: rgb(170,216,250); }
td.TdClassName
{
border-color: #AAD8FA;
}
.TagClassName
{
border-color: #AAD8FA;
}
</style>