Html Css Color HEX #A7CFFA Pale Cornflower Blue
📋 copy color: '#A7CFFA'red 167 ◦ green 207 ◦ blue 250
Shades of Pale Cornflower Blue #A7CFFA
Tints of Pale Cornflower Blue #A7CFFA
RGB
CMYK
RGB Variations
Color information
#A7CFFA (or 0xA7CFFA) is known color: Pale Cornflower Blue. HEX triplet: A7, CF and FA. RGB value is (167,207,250). Sum of RGB (Red+Green+Blue) = 167+207+250=624 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.76% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFFA is #583005. Grayscale: #C7C7C7. Windows color (decimal): -5779462 or 16437159. OLE color: 16437159.
HSL color Cylindrical-coordinate representation of color #A7CFFA: hue angle of 211.08º 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 #A7CFFA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 207 | 250 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.02 |
| HSL | 211.08º | 0.89% | 0.82% | - |
| HSV(B) | 211.08º | 0.33% | 0.98% | - |
| XYZ | 55.5 | 59.74 | 99.05 | - |
| YUV | 199.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 250 | 0.33 | 0.17 | 0 | 0.02 | 211.08 | 0.89 | 0.82 |
| Hex | A7 | CF | FA | 21 | 11 | 0 | 2 | D3 | 59 | 52 |
| Octal | 247 | 317 | 372 | 41 | 21 | 0 | 2 | 323 | 131 | 122 |
| Binary | 10100111 | 11001111 | 11111010 | 100001 | 10001 | 0 | 10 | 11010011 | 1011001 | 1010010 |
Color Harmonies of #A7CFFA
Complementary color
Monochromatic Colors of #A7CFFA
Black with #A7CFFA
Text Example
Text Example
White with #A7CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFFA; }
p { color: rgb(167,207,250); }
H1.HeaderClassName
{
color: #A7CFFA;
}
.AnyTagClassName
{
color: #A7CFFA;
}
</style>
background-color css
<style>
a { background-color: #A7CFFA; }
a { background-color: rgb(167,207,250); }
div.DivClassName
{
background-color: #A7CFFA;
}
.BgClassName
{
background-color: #A7CFFA;
}
</style>
border-color css
<style>
span { border-color: #A7CFFA; }
span { border-color: rgb(167,207,250); }
td.TdClassName
{
border-color: #A7CFFA;
}
.TagClassName
{
border-color: #A7CFFA;
}
</style>