Html Css Color HEX #A9D0F0 Pale Cornflower Blue
📋 copy color: '#A9D0F0'red 169 ◦ green 208 ◦ blue 240
Shades of Pale Cornflower Blue #A9D0F0
Tints of Pale Cornflower Blue #A9D0F0
RGB
CMYK
RGB Variations
Color information
#A9D0F0 (or 0xA9D0F0) is known color: Pale Cornflower Blue. HEX triplet: A9, D0 and F0. RGB value is (169,208,240). Sum of RGB (Red+Green+Blue) = 169+208+240=617 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.39% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #A9D0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D0F0 is #562F0F. Grayscale: #C7C7C7. Windows color (decimal): -5648144 or 15782057. OLE color: 15782057.
HSL color Cylindrical-coordinate representation of color #A9D0F0: hue angle of 207.04º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D0F0 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 208 | 240 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.06 |
| HSL | 207.04º | 0.7% | 0.8% | - |
| HSV(B) | 207.04º | 0.3% | 0.94% | - |
| XYZ | 54.65 | 59.84 | 91.11 | - |
| YUV | 199.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 240 | 0.30 | 0.13 | 0 | 0.06 | 207.04 | 0.7 | 0.8 |
| Hex | A9 | D0 | F0 | 1E | D | 0 | 6 | CF | 46 | 50 |
| Octal | 251 | 320 | 360 | 36 | 15 | 0 | 6 | 317 | 106 | 120 |
| Binary | 10101001 | 11010000 | 11110000 | 11110 | 1101 | 0 | 110 | 11001111 | 1000110 | 1010000 |
Color Harmonies of #A9D0F0
Complementary color
Monochromatic Colors of #A9D0F0
Black with #A9D0F0
Text Example
Text Example
White with #A9D0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0F0; }
p { color: rgb(169,208,240); }
H1.HeaderClassName
{
color: #A9D0F0;
}
.AnyTagClassName
{
color: #A9D0F0;
}
</style>
background-color css
<style>
a { background-color: #A9D0F0; }
a { background-color: rgb(169,208,240); }
div.DivClassName
{
background-color: #A9D0F0;
}
.BgClassName
{
background-color: #A9D0F0;
}
</style>
border-color css
<style>
span { border-color: #A9D0F0; }
span { border-color: rgb(169,208,240); }
td.TdClassName
{
border-color: #A9D0F0;
}
.TagClassName
{
border-color: #A9D0F0;
}
</style>