Html Css Color HEX #AAD5F7 Pale Cornflower Blue
📋 copy color: '#AAD5F7'red 170 ◦ green 213 ◦ blue 247
Shades of Pale Cornflower Blue #AAD5F7
Tints of Pale Cornflower Blue #AAD5F7
RGB
CMYK
RGB Variations
Color information
#AAD5F7 (or 0xAAD5F7) is known color: Pale Cornflower Blue. HEX triplet: AA, D5 and F7. RGB value is (170,213,247). Sum of RGB (Red+Green+Blue) = 170+213+247=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAD5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5F7 is #552A08. Grayscale: #CBCBCB. Windows color (decimal): -5581321 or 16242090. OLE color: 16242090.
HSL color Cylindrical-coordinate representation of color #AAD5F7: hue angle of 206.49º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD5F7 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 213 | 247 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.03 |
| HSL | 206.49º | 0.83% | 0.82% | - |
| HSV(B) | 206.49º | 0.31% | 0.97% | - |
| XYZ | 57.16 | 62.85 | 97.11 | - |
| YUV | 204.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 247 | 0.31 | 0.14 | 0 | 0.03 | 206.49 | 0.83 | 0.82 |
| Hex | AA | D5 | F7 | 1F | E | 0 | 3 | CE | 53 | 52 |
| Octal | 252 | 325 | 367 | 37 | 16 | 0 | 3 | 316 | 123 | 122 |
| Binary | 10101010 | 11010101 | 11110111 | 11111 | 1110 | 0 | 11 | 11001110 | 1010011 | 1010010 |
Color Harmonies of #AAD5F7
Complementary color
Monochromatic Colors of #AAD5F7
Black with #AAD5F7
Text Example
Text Example
White with #AAD5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5F7; }
p { color: rgb(170,213,247); }
H1.HeaderClassName
{
color: #AAD5F7;
}
.AnyTagClassName
{
color: #AAD5F7;
}
</style>
background-color css
<style>
a { background-color: #AAD5F7; }
a { background-color: rgb(170,213,247); }
div.DivClassName
{
background-color: #AAD5F7;
}
.BgClassName
{
background-color: #AAD5F7;
}
</style>
border-color css
<style>
span { border-color: #AAD5F7; }
span { border-color: rgb(170,213,247); }
td.TdClassName
{
border-color: #AAD5F7;
}
.TagClassName
{
border-color: #AAD5F7;
}
</style>