Html Css Color HEX #A9CDF2 Pale Cornflower Blue
📋 copy color: '#A9CDF2'red 169 ◦ green 205 ◦ blue 242
Shades of Pale Cornflower Blue #A9CDF2
Tints of Pale Cornflower Blue #A9CDF2
RGB
CMYK
RGB Variations
Color information
#A9CDF2 (or 0xA9CDF2) is known color: Pale Cornflower Blue. HEX triplet: A9, CD and F2. RGB value is (169,205,242). Sum of RGB (Red+Green+Blue) = 169+205+242=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CDF2 is #56320D. Grayscale: #C6C6C6. Windows color (decimal): -5648910 or 15912361. OLE color: 15912361.
HSL color Cylindrical-coordinate representation of color #A9CDF2: hue angle of 210.41º 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 #A9CDF2 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 205 | 242 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.05 |
| HSL | 210.41º | 0.74% | 0.81% | - |
| HSV(B) | 210.41º | 0.3% | 0.95% | - |
| XYZ | 54.22 | 58.51 | 92.44 | - |
| YUV | 198.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 242 | 0.30 | 0.15 | 0 | 0.05 | 210.41 | 0.74 | 0.81 |
| Hex | A9 | CD | F2 | 1E | F | 0 | 5 | D2 | 4A | 51 |
| Octal | 251 | 315 | 362 | 36 | 17 | 0 | 5 | 322 | 112 | 121 |
| Binary | 10101001 | 11001101 | 11110010 | 11110 | 1111 | 0 | 101 | 11010010 | 1001010 | 1010001 |
Color Harmonies of #A9CDF2
Complementary color
Monochromatic Colors of #A9CDF2
Black with #A9CDF2
Text Example
Text Example
White with #A9CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDF2; }
p { color: rgb(169,205,242); }
H1.HeaderClassName
{
color: #A9CDF2;
}
.AnyTagClassName
{
color: #A9CDF2;
}
</style>
background-color css
<style>
a { background-color: #A9CDF2; }
a { background-color: rgb(169,205,242); }
div.DivClassName
{
background-color: #A9CDF2;
}
.BgClassName
{
background-color: #A9CDF2;
}
</style>
border-color css
<style>
span { border-color: #A9CDF2; }
span { border-color: rgb(169,205,242); }
td.TdClassName
{
border-color: #A9CDF2;
}
.TagClassName
{
border-color: #A9CDF2;
}
</style>