Html Css Color HEX #AAD2FF Pale Cornflower Blue
📋 copy color: '#AAD2FF'red 170 ◦ green 210 ◦ blue 255
Shades of Pale Cornflower Blue #AAD2FF
Tints of Pale Cornflower Blue #AAD2FF
RGB
CMYK
RGB Variations
Color information
#AAD2FF (or 0xAAD2FF) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and FF. RGB value is (170,210,255). Sum of RGB (Red+Green+Blue) = 170+210+255=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2FF is #552D00. Grayscale: #CACACA. Windows color (decimal): -5582081 or 16765610. OLE color: 16765610.
HSL color Cylindrical-coordinate representation of color #AAD2FF: hue angle of 211.76º 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 #AAD2FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 210 | 255 | - |
| CMYK | 0.33 | 0.18 | 0 | 0 |
| HSL | 211.76º | 1% | 0.83% | - |
| HSV(B) | 211.76º | 0.33% | 1% | - |
| XYZ | 57.67 | 61.86 | 103.51 | - |
| YUV | 203.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 255 | 0.33 | 0.18 | 0 | 0 | 211.76 | 1 | 0.83 |
| Hex | AA | D2 | FF | 21 | 12 | 0 | 0 | D4 | 64 | 53 |
| Octal | 252 | 322 | 377 | 41 | 22 | 0 | 0 | 324 | 144 | 123 |
| Binary | 10101010 | 11010010 | 11111111 | 100001 | 10010 | 0 | 0 | 11010100 | 1100100 | 1010011 |
Color Harmonies of #AAD2FF
Complementary color
Monochromatic Colors of #AAD2FF
Black with #AAD2FF
Text Example
Text Example
White with #AAD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2FF; }
p { color: rgb(170,210,255); }
H1.HeaderClassName
{
color: #AAD2FF;
}
.AnyTagClassName
{
color: #AAD2FF;
}
</style>
background-color css
<style>
a { background-color: #AAD2FF; }
a { background-color: rgb(170,210,255); }
div.DivClassName
{
background-color: #AAD2FF;
}
.BgClassName
{
background-color: #AAD2FF;
}
</style>
border-color css
<style>
span { border-color: #AAD2FF; }
span { border-color: rgb(170,210,255); }
td.TdClassName
{
border-color: #AAD2FF;
}
.TagClassName
{
border-color: #AAD2FF;
}
</style>