Html Css Color HEX #A7C7FE Pale Cornflower Blue
📋 copy color: '#A7C7FE'red 167 ◦ green 199 ◦ blue 254
Shades of Pale Cornflower Blue #A7C7FE
Tints of Pale Cornflower Blue #A7C7FE
RGB
CMYK
RGB Variations
Color information
#A7C7FE (or 0xA7C7FE) is known color: Pale Cornflower Blue. HEX triplet: A7, C7 and FE. RGB value is (167,199,254). Sum of RGB (Red+Green+Blue) = 167+199+254=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C7FE is #583801. Grayscale: #C3C3C3. Windows color (decimal): -5781506 or 16697255. OLE color: 16697255.
HSL color Cylindrical-coordinate representation of color #A7C7FE: hue angle of 217.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C7FE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 199 | 254 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.00 |
| HSL | 217.93º | 0.98% | 0.83% | - |
| HSV(B) | 217.93º | 0.34% | 1% | - |
| XYZ | 54.25 | 56.22 | 101.76 | - |
| YUV | 195.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 199 | 254 | 0.34 | 0.22 | 0 | 0.00 | 217.93 | 0.98 | 0.83 |
| Hex | A7 | C7 | FE | 22 | 16 | 0 | 0 | DA | 62 | 53 |
| Octal | 247 | 307 | 376 | 42 | 26 | 0 | 0 | 332 | 142 | 123 |
| Binary | 10100111 | 11000111 | 11111110 | 100010 | 10110 | 0 | 0 | 11011010 | 1100010 | 1010011 |
Color Harmonies of #A7C7FE
Complementary color
Monochromatic Colors of #A7C7FE
Black with #A7C7FE
Text Example
Text Example
White with #A7C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C7FE; }
p { color: rgb(167,199,254); }
H1.HeaderClassName
{
color: #A7C7FE;
}
.AnyTagClassName
{
color: #A7C7FE;
}
</style>
background-color css
<style>
a { background-color: #A7C7FE; }
a { background-color: rgb(167,199,254); }
div.DivClassName
{
background-color: #A7C7FE;
}
.BgClassName
{
background-color: #A7C7FE;
}
</style>
border-color css
<style>
span { border-color: #A7C7FE; }
span { border-color: rgb(167,199,254); }
td.TdClassName
{
border-color: #A7C7FE;
}
.TagClassName
{
border-color: #A7C7FE;
}
</style>