Html Css Color HEX #A7D1FA Pale Cornflower Blue
📋 copy color: '#A7D1FA'red 167 ◦ green 209 ◦ blue 250
Shades of Pale Cornflower Blue #A7D1FA
Tints of Pale Cornflower Blue #A7D1FA
RGB
CMYK
RGB Variations
Color information
#A7D1FA (or 0xA7D1FA) is known color: Pale Cornflower Blue. HEX triplet: A7, D1 and FA. RGB value is (167,209,250). Sum of RGB (Red+Green+Blue) = 167+209+250=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D1FA is #582E05. Grayscale: #C8C8C8. Windows color (decimal): -5778950 or 16437671. OLE color: 16437671.
HSL color Cylindrical-coordinate representation of color #A7D1FA: hue angle of 209.64º degrees, saturation: 0.89, 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 #A7D1FA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 209 | 250 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.02 |
| HSL | 209.64º | 0.89% | 0.82% | - |
| HSV(B) | 209.64º | 0.33% | 0.98% | - |
| XYZ | 55.99 | 60.72 | 99.21 | - |
| YUV | 201.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 209 | 250 | 0.33 | 0.16 | 0 | 0.02 | 209.64 | 0.89 | 0.82 |
| Hex | A7 | D1 | FA | 21 | 10 | 0 | 2 | D2 | 59 | 52 |
| Octal | 247 | 321 | 372 | 41 | 20 | 0 | 2 | 322 | 131 | 122 |
| Binary | 10100111 | 11010001 | 11111010 | 100001 | 10000 | 0 | 10 | 11010010 | 1011001 | 1010010 |
Color Harmonies of #A7D1FA
Complementary color
Monochromatic Colors of #A7D1FA
Black with #A7D1FA
Text Example
Text Example
White with #A7D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D1FA; }
p { color: rgb(167,209,250); }
H1.HeaderClassName
{
color: #A7D1FA;
}
.AnyTagClassName
{
color: #A7D1FA;
}
</style>
background-color css
<style>
a { background-color: #A7D1FA; }
a { background-color: rgb(167,209,250); }
div.DivClassName
{
background-color: #A7D1FA;
}
.BgClassName
{
background-color: #A7D1FA;
}
</style>
border-color css
<style>
span { border-color: #A7D1FA; }
span { border-color: rgb(167,209,250); }
td.TdClassName
{
border-color: #A7D1FA;
}
.TagClassName
{
border-color: #A7D1FA;
}
</style>