Html Css Color HEX #A9D0F1 Pale Cornflower Blue
📋 copy color: '#A9D0F1'red 169 ◦ green 208 ◦ blue 241
Shades of Pale Cornflower Blue #A9D0F1
Tints of Pale Cornflower Blue #A9D0F1
RGB
CMYK
RGB Variations
Color information
#A9D0F1 (or 0xA9D0F1) is known color: Pale Cornflower Blue. HEX triplet: A9, D0 and F1. RGB value is (169,208,241). Sum of RGB (Red+Green+Blue) = 169+208+241=618 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.35% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9D0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D0F1 is #562F0E. Grayscale: #C7C7C7. Windows color (decimal): -5648143 or 15847593. OLE color: 15847593.
HSL color Cylindrical-coordinate representation of color #A9D0F1: hue angle of 207.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D0F1 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 208 | 241 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.05 |
| HSL | 207.5º | 0.72% | 0.8% | - |
| HSV(B) | 207.5º | 0.3% | 0.95% | - |
| XYZ | 54.8 | 59.9 | 91.89 | - |
| YUV | 200.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 241 | 0.30 | 0.14 | 0 | 0.05 | 207.5 | 0.72 | 0.8 |
| Hex | A9 | D0 | F1 | 1E | E | 0 | 5 | D0 | 48 | 50 |
| Octal | 251 | 320 | 361 | 36 | 16 | 0 | 5 | 320 | 110 | 120 |
| Binary | 10101001 | 11010000 | 11110001 | 11110 | 1110 | 0 | 101 | 11010000 | 1001000 | 1010000 |
Color Harmonies of #A9D0F1
Complementary color
Monochromatic Colors of #A9D0F1
Black with #A9D0F1
Text Example
Text Example
White with #A9D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0F1; }
p { color: rgb(169,208,241); }
H1.HeaderClassName
{
color: #A9D0F1;
}
.AnyTagClassName
{
color: #A9D0F1;
}
</style>
background-color css
<style>
a { background-color: #A9D0F1; }
a { background-color: rgb(169,208,241); }
div.DivClassName
{
background-color: #A9D0F1;
}
.BgClassName
{
background-color: #A9D0F1;
}
</style>
border-color css
<style>
span { border-color: #A9D0F1; }
span { border-color: rgb(169,208,241); }
td.TdClassName
{
border-color: #A9D0F1;
}
.TagClassName
{
border-color: #A9D0F1;
}
</style>