Html Css Color HEX #A8C7F6 Pale Cornflower Blue
📋 copy color: '#A8C7F6'red 168 ◦ green 199 ◦ blue 246
Shades of Pale Cornflower Blue #A8C7F6
Tints of Pale Cornflower Blue #A8C7F6
RGB
CMYK
RGB Variations
Color information
#A8C7F6 (or 0xA8C7F6) is known color: Pale Cornflower Blue. HEX triplet: A8, C7 and F6. RGB value is (168,199,246). Sum of RGB (Red+Green+Blue) = 168+199+246=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8C7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C7F6 is #573809. Grayscale: #C2C2C2. Windows color (decimal): -5715978 or 16172968. OLE color: 16172968.
HSL color Cylindrical-coordinate representation of color #A8C7F6: hue angle of 216.15º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C7F6 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 199 | 246 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.04 |
| HSL | 216.15º | 0.81% | 0.81% | - |
| HSV(B) | 216.15º | 0.32% | 0.96% | - |
| XYZ | 53.21 | 55.83 | 95.16 | - |
| YUV | 195.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 246 | 0.32 | 0.19 | 0 | 0.04 | 216.15 | 0.81 | 0.81 |
| Hex | A8 | C7 | F6 | 20 | 13 | 0 | 4 | D8 | 51 | 51 |
| Octal | 250 | 307 | 366 | 40 | 23 | 0 | 4 | 330 | 121 | 121 |
| Binary | 10101000 | 11000111 | 11110110 | 100000 | 10011 | 0 | 100 | 11011000 | 1010001 | 1010001 |
Color Harmonies of #A8C7F6
Complementary color
Monochromatic Colors of #A8C7F6
Black with #A8C7F6
Text Example
Text Example
White with #A8C7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7F6; }
p { color: rgb(168,199,246); }
H1.HeaderClassName
{
color: #A8C7F6;
}
.AnyTagClassName
{
color: #A8C7F6;
}
</style>
background-color css
<style>
a { background-color: #A8C7F6; }
a { background-color: rgb(168,199,246); }
div.DivClassName
{
background-color: #A8C7F6;
}
.BgClassName
{
background-color: #A8C7F6;
}
</style>
border-color css
<style>
span { border-color: #A8C7F6; }
span { border-color: rgb(168,199,246); }
td.TdClassName
{
border-color: #A8C7F6;
}
.TagClassName
{
border-color: #A8C7F6;
}
</style>