Html Css Color HEX #A9CFF2 Pale Cornflower Blue
📋 copy color: '#A9CFF2'red 169 ◦ green 207 ◦ blue 242
Shades of Pale Cornflower Blue #A9CFF2
Tints of Pale Cornflower Blue #A9CFF2
RGB
CMYK
RGB Variations
Color information
#A9CFF2 (or 0xA9CFF2) is known color: Pale Cornflower Blue. HEX triplet: A9, CF and F2. RGB value is (169,207,242). Sum of RGB (Red+Green+Blue) = 169+207+242=618 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.35% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFF2 is #56300D. Grayscale: #C7C7C7. Windows color (decimal): -5648398 or 15912873. OLE color: 15912873.
HSL color Cylindrical-coordinate representation of color #A9CFF2: hue angle of 208.77º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9CFF2 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 207 | 242 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.05 |
| HSL | 208.77º | 0.74% | 0.81% | - |
| HSV(B) | 208.77º | 0.3% | 0.95% | - |
| XYZ | 54.7 | 59.47 | 92.6 | - |
| YUV | 199.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 242 | 0.30 | 0.14 | 0 | 0.05 | 208.77 | 0.74 | 0.81 |
| Hex | A9 | CF | F2 | 1E | E | 0 | 5 | D1 | 4A | 51 |
| Octal | 251 | 317 | 362 | 36 | 16 | 0 | 5 | 321 | 112 | 121 |
| Binary | 10101001 | 11001111 | 11110010 | 11110 | 1110 | 0 | 101 | 11010001 | 1001010 | 1010001 |
Color Harmonies of #A9CFF2
Complementary color
Monochromatic Colors of #A9CFF2
Black with #A9CFF2
Text Example
Text Example
White with #A9CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFF2; }
p { color: rgb(169,207,242); }
H1.HeaderClassName
{
color: #A9CFF2;
}
.AnyTagClassName
{
color: #A9CFF2;
}
</style>
background-color css
<style>
a { background-color: #A9CFF2; }
a { background-color: rgb(169,207,242); }
div.DivClassName
{
background-color: #A9CFF2;
}
.BgClassName
{
background-color: #A9CFF2;
}
</style>
border-color css
<style>
span { border-color: #A9CFF2; }
span { border-color: rgb(169,207,242); }
td.TdClassName
{
border-color: #A9CFF2;
}
.TagClassName
{
border-color: #A9CFF2;
}
</style>