Html Css Color HEX #AAD1F1 Pale Cornflower Blue
📋 copy color: '#AAD1F1'red 170 ◦ green 209 ◦ blue 241
Shades of Pale Cornflower Blue #AAD1F1
Tints of Pale Cornflower Blue #AAD1F1
RGB
CMYK
RGB Variations
Color information
#AAD1F1 (or 0xAAD1F1) is known color: Pale Cornflower Blue. HEX triplet: AA, D1 and F1. RGB value is (170,209,241). Sum of RGB (Red+Green+Blue) = 170+209+241=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1F1 is #552E0E. Grayscale: #C8C8C8. Windows color (decimal): -5582351 or 15847850. OLE color: 15847850.
HSL color Cylindrical-coordinate representation of color #AAD1F1: hue angle of 207.04º 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 #AAD1F1 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 209 | 241 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.05 |
| HSL | 207.04º | 0.72% | 0.81% | - |
| HSV(B) | 207.04º | 0.29% | 0.95% | - |
| XYZ | 55.26 | 60.5 | 91.98 | - |
| YUV | 200.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 241 | 0.29 | 0.13 | 0 | 0.05 | 207.04 | 0.72 | 0.81 |
| Hex | AA | D1 | F1 | 1D | D | 0 | 5 | CF | 48 | 51 |
| Octal | 252 | 321 | 361 | 35 | 15 | 0 | 5 | 317 | 110 | 121 |
| Binary | 10101010 | 11010001 | 11110001 | 11101 | 1101 | 0 | 101 | 11001111 | 1001000 | 1010001 |
Color Harmonies of #AAD1F1
Complementary color
Monochromatic Colors of #AAD1F1
Black with #AAD1F1
Text Example
Text Example
White with #AAD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1F1; }
p { color: rgb(170,209,241); }
H1.HeaderClassName
{
color: #AAD1F1;
}
.AnyTagClassName
{
color: #AAD1F1;
}
</style>
background-color css
<style>
a { background-color: #AAD1F1; }
a { background-color: rgb(170,209,241); }
div.DivClassName
{
background-color: #AAD1F1;
}
.BgClassName
{
background-color: #AAD1F1;
}
</style>
border-color css
<style>
span { border-color: #AAD1F1; }
span { border-color: rgb(170,209,241); }
td.TdClassName
{
border-color: #AAD1F1;
}
.TagClassName
{
border-color: #AAD1F1;
}
</style>