Html Css Color HEX #AAD0F1 Pale Cornflower Blue
📋 copy color: '#AAD0F1'red 170 ◦ green 208 ◦ blue 241
Shades of Pale Cornflower Blue #AAD0F1
Tints of Pale Cornflower Blue #AAD0F1
RGB
CMYK
RGB Variations
Color information
#AAD0F1 (or 0xAAD0F1) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and F1. RGB value is (170,208,241). Sum of RGB (Red+Green+Blue) = 170+208+241=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0F1 is #552F0E. Grayscale: #C8C8C8. Windows color (decimal): -5582607 or 15847594. OLE color: 15847594.
HSL color Cylindrical-coordinate representation of color #AAD0F1: hue angle of 207.89º 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 #AAD0F1 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 208 | 241 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.05 |
| HSL | 207.89º | 0.72% | 0.81% | - |
| HSV(B) | 207.89º | 0.29% | 0.95% | - |
| XYZ | 55.01 | 60.01 | 91.9 | - |
| YUV | 200.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 241 | 0.29 | 0.14 | 0 | 0.05 | 207.89 | 0.72 | 0.81 |
| Hex | AA | D0 | F1 | 1D | E | 0 | 5 | D0 | 48 | 51 |
| Octal | 252 | 320 | 361 | 35 | 16 | 0 | 5 | 320 | 110 | 121 |
| Binary | 10101010 | 11010000 | 11110001 | 11101 | 1110 | 0 | 101 | 11010000 | 1001000 | 1010001 |
Color Harmonies of #AAD0F1
Complementary color
Monochromatic Colors of #AAD0F1
Black with #AAD0F1
Text Example
Text Example
White with #AAD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0F1; }
p { color: rgb(170,208,241); }
H1.HeaderClassName
{
color: #AAD0F1;
}
.AnyTagClassName
{
color: #AAD0F1;
}
</style>
background-color css
<style>
a { background-color: #AAD0F1; }
a { background-color: rgb(170,208,241); }
div.DivClassName
{
background-color: #AAD0F1;
}
.BgClassName
{
background-color: #AAD0F1;
}
</style>
border-color css
<style>
span { border-color: #AAD0F1; }
span { border-color: rgb(170,208,241); }
td.TdClassName
{
border-color: #AAD0F1;
}
.TagClassName
{
border-color: #AAD0F1;
}
</style>