Html Css Color HEX #A9CFF0 Pale Cornflower Blue
📋 copy color: '#A9CFF0'red 169 ◦ green 207 ◦ blue 240
Shades of Pale Cornflower Blue #A9CFF0
Tints of Pale Cornflower Blue #A9CFF0
RGB
CMYK
RGB Variations
Color information
#A9CFF0 (or 0xA9CFF0) is known color: Pale Cornflower Blue. HEX triplet: A9, CF and F0. RGB value is (169,207,240). Sum of RGB (Red+Green+Blue) = 169+207+240=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #A9CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFF0 is #56300F. Grayscale: #C7C7C7. Windows color (decimal): -5648400 or 15781801. OLE color: 15781801.
HSL color Cylindrical-coordinate representation of color #A9CFF0: hue angle of 207.89º 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 #A9CFF0 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 207 | 240 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.06 |
| HSL | 207.89º | 0.7% | 0.8% | - |
| HSV(B) | 207.89º | 0.3% | 0.94% | - |
| XYZ | 54.4 | 59.35 | 91.03 | - |
| YUV | 199.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 240 | 0.30 | 0.14 | 0 | 0.06 | 207.89 | 0.7 | 0.8 |
| Hex | A9 | CF | F0 | 1E | E | 0 | 6 | D0 | 46 | 50 |
| Octal | 251 | 317 | 360 | 36 | 16 | 0 | 6 | 320 | 106 | 120 |
| Binary | 10101001 | 11001111 | 11110000 | 11110 | 1110 | 0 | 110 | 11010000 | 1000110 | 1010000 |
Color Harmonies of #A9CFF0
Complementary color
Monochromatic Colors of #A9CFF0
Black with #A9CFF0
Text Example
Text Example
White with #A9CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFF0; }
p { color: rgb(169,207,240); }
H1.HeaderClassName
{
color: #A9CFF0;
}
.AnyTagClassName
{
color: #A9CFF0;
}
</style>
background-color css
<style>
a { background-color: #A9CFF0; }
a { background-color: rgb(169,207,240); }
div.DivClassName
{
background-color: #A9CFF0;
}
.BgClassName
{
background-color: #A9CFF0;
}
</style>
border-color css
<style>
span { border-color: #A9CFF0; }
span { border-color: rgb(169,207,240); }
td.TdClassName
{
border-color: #A9CFF0;
}
.TagClassName
{
border-color: #A9CFF0;
}
</style>