Html Css Color HEX #A7D2F9 Pale Cornflower Blue
📋 copy color: '#A7D2F9'red 167 ◦ green 210 ◦ blue 249
Shades of Pale Cornflower Blue #A7D2F9
Tints of Pale Cornflower Blue #A7D2F9
RGB
CMYK
RGB Variations
Color information
#A7D2F9 (or 0xA7D2F9) is known color: Pale Cornflower Blue. HEX triplet: A7, D2 and F9. RGB value is (167,210,249). Sum of RGB (Red+Green+Blue) = 167+210+249=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7D2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D2F9 is #582D06. Grayscale: #C9C9C9. Windows color (decimal): -5778695 or 16372391. OLE color: 16372391.
HSL color Cylindrical-coordinate representation of color #A7D2F9: hue angle of 208.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7D2F9 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 210 | 249 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.02 |
| HSL | 208.54º | 0.87% | 0.82% | - |
| HSV(B) | 208.54º | 0.33% | 0.98% | - |
| XYZ | 56.08 | 61.15 | 98.47 | - |
| YUV | 201.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 249 | 0.33 | 0.16 | 0 | 0.02 | 208.54 | 0.87 | 0.82 |
| Hex | A7 | D2 | F9 | 21 | 10 | 0 | 2 | D1 | 57 | 52 |
| Octal | 247 | 322 | 371 | 41 | 20 | 0 | 2 | 321 | 127 | 122 |
| Binary | 10100111 | 11010010 | 11111001 | 100001 | 10000 | 0 | 10 | 11010001 | 1010111 | 1010010 |
Color Harmonies of #A7D2F9
Complementary color
Monochromatic Colors of #A7D2F9
Black with #A7D2F9
Text Example
Text Example
White with #A7D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D2F9; }
p { color: rgb(167,210,249); }
H1.HeaderClassName
{
color: #A7D2F9;
}
.AnyTagClassName
{
color: #A7D2F9;
}
</style>
background-color css
<style>
a { background-color: #A7D2F9; }
a { background-color: rgb(167,210,249); }
div.DivClassName
{
background-color: #A7D2F9;
}
.BgClassName
{
background-color: #A7D2F9;
}
</style>
border-color css
<style>
span { border-color: #A7D2F9; }
span { border-color: rgb(167,210,249); }
td.TdClassName
{
border-color: #A7D2F9;
}
.TagClassName
{
border-color: #A7D2F9;
}
</style>