Html Css Color HEX #AAD2F1 Pale Cornflower Blue
📋 copy color: '#AAD2F1'red 170 ◦ green 210 ◦ blue 241
Shades of Pale Cornflower Blue #AAD2F1
Tints of Pale Cornflower Blue #AAD2F1
RGB
CMYK
RGB Variations
Color information
#AAD2F1 (or 0xAAD2F1) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and F1. RGB value is (170,210,241). Sum of RGB (Red+Green+Blue) = 170+210+241=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2F1 is #552D0E. Grayscale: #C9C9C9. Windows color (decimal): -5582095 or 15848106. OLE color: 15848106.
HSL color Cylindrical-coordinate representation of color #AAD2F1: hue angle of 206.2º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD2F1 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 210 | 241 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.05 |
| HSL | 206.2º | 0.72% | 0.81% | - |
| HSV(B) | 206.2º | 0.29% | 0.95% | - |
| XYZ | 55.5 | 60.99 | 92.07 | - |
| YUV | 201.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 241 | 0.29 | 0.13 | 0 | 0.05 | 206.2 | 0.72 | 0.81 |
| Hex | AA | D2 | F1 | 1D | D | 0 | 5 | CE | 48 | 51 |
| Octal | 252 | 322 | 361 | 35 | 15 | 0 | 5 | 316 | 110 | 121 |
| Binary | 10101010 | 11010010 | 11110001 | 11101 | 1101 | 0 | 101 | 11001110 | 1001000 | 1010001 |
Color Harmonies of #AAD2F1
Complementary color
Monochromatic Colors of #AAD2F1
Black with #AAD2F1
Text Example
Text Example
White with #AAD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2F1; }
p { color: rgb(170,210,241); }
H1.HeaderClassName
{
color: #AAD2F1;
}
.AnyTagClassName
{
color: #AAD2F1;
}
</style>
background-color css
<style>
a { background-color: #AAD2F1; }
a { background-color: rgb(170,210,241); }
div.DivClassName
{
background-color: #AAD2F1;
}
.BgClassName
{
background-color: #AAD2F1;
}
</style>
border-color css
<style>
span { border-color: #AAD2F1; }
span { border-color: rgb(170,210,241); }
td.TdClassName
{
border-color: #AAD2F1;
}
.TagClassName
{
border-color: #AAD2F1;
}
</style>