Html Css Color HEX #AAD4FF Pale Cornflower Blue
📋 copy color: '#AAD4FF'red 170 ◦ green 212 ◦ blue 255
Shades of Pale Cornflower Blue #AAD4FF
Tints of Pale Cornflower Blue #AAD4FF
RGB
CMYK
RGB Variations
Color information
#AAD4FF (or 0xAAD4FF) is known color: Pale Cornflower Blue. HEX triplet: AA, D4 and FF. RGB value is (170,212,255). Sum of RGB (Red+Green+Blue) = 170+212+255=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4FF is #552B00. Grayscale: #CCCCCC. Windows color (decimal): -5581569 or 16766122. OLE color: 16766122.
HSL color Cylindrical-coordinate representation of color #AAD4FF: hue angle of 210.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD4FF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 212 | 255 | - |
| CMYK | 0.33 | 0.17 | 0 | 0 |
| HSL | 210.35º | 1% | 0.83% | - |
| HSV(B) | 210.35º | 0.33% | 1% | - |
| XYZ | 58.17 | 62.85 | 103.67 | - |
| YUV | 204.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 255 | 0.33 | 0.17 | 0 | 0 | 210.35 | 1 | 0.83 |
| Hex | AA | D4 | FF | 21 | 11 | 0 | 0 | D2 | 64 | 53 |
| Octal | 252 | 324 | 377 | 41 | 21 | 0 | 0 | 322 | 144 | 123 |
| Binary | 10101010 | 11010100 | 11111111 | 100001 | 10001 | 0 | 0 | 11010010 | 1100100 | 1010011 |
Color Harmonies of #AAD4FF
Complementary color
Monochromatic Colors of #AAD4FF
Black with #AAD4FF
Text Example
Text Example
White with #AAD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4FF; }
p { color: rgb(170,212,255); }
H1.HeaderClassName
{
color: #AAD4FF;
}
.AnyTagClassName
{
color: #AAD4FF;
}
</style>
background-color css
<style>
a { background-color: #AAD4FF; }
a { background-color: rgb(170,212,255); }
div.DivClassName
{
background-color: #AAD4FF;
}
.BgClassName
{
background-color: #AAD4FF;
}
</style>
border-color css
<style>
span { border-color: #AAD4FF; }
span { border-color: rgb(170,212,255); }
td.TdClassName
{
border-color: #AAD4FF;
}
.TagClassName
{
border-color: #AAD4FF;
}
</style>