Html Css Color HEX #A7D5FF Pale Cornflower Blue
📋 copy color: '#A7D5FF'red 167 ◦ green 213 ◦ blue 255
Shades of Pale Cornflower Blue #A7D5FF
Tints of Pale Cornflower Blue #A7D5FF
RGB
CMYK
RGB Variations
Color information
#A7D5FF (or 0xA7D5FF) is known color: Pale Cornflower Blue. HEX triplet: A7, D5 and FF. RGB value is (167,213,255). Sum of RGB (Red+Green+Blue) = 167+213+255=635 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.30% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7D5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D5FF is #582A00. Grayscale: #CBCBCB. Windows color (decimal): -5777921 or 16766375. OLE color: 16766375.
HSL color Cylindrical-coordinate representation of color #A7D5FF: hue angle of 208.64º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7D5FF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 213 | 255 | - |
| CMYK | 0.35 | 0.16 | 0 | 0 |
| HSL | 208.64º | 1% | 0.83% | - |
| HSV(B) | 208.64º | 0.35% | 1% | - |
| XYZ | 57.78 | 63.02 | 103.73 | - |
| YUV | 204.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 255 | 0.35 | 0.16 | 0 | 0 | 208.64 | 1 | 0.83 |
| Hex | A7 | D5 | FF | 23 | 10 | 0 | 0 | D1 | 64 | 53 |
| Octal | 247 | 325 | 377 | 43 | 20 | 0 | 0 | 321 | 144 | 123 |
| Binary | 10100111 | 11010101 | 11111111 | 100011 | 10000 | 0 | 0 | 11010001 | 1100100 | 1010011 |
Color Harmonies of #A7D5FF
Complementary color
Monochromatic Colors of #A7D5FF
Black with #A7D5FF
Text Example
Text Example
White with #A7D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D5FF; }
p { color: rgb(167,213,255); }
H1.HeaderClassName
{
color: #A7D5FF;
}
.AnyTagClassName
{
color: #A7D5FF;
}
</style>
background-color css
<style>
a { background-color: #A7D5FF; }
a { background-color: rgb(167,213,255); }
div.DivClassName
{
background-color: #A7D5FF;
}
.BgClassName
{
background-color: #A7D5FF;
}
</style>
border-color css
<style>
span { border-color: #A7D5FF; }
span { border-color: rgb(167,213,255); }
td.TdClassName
{
border-color: #A7D5FF;
}
.TagClassName
{
border-color: #A7D5FF;
}
</style>