Html Css Color HEX #A0C7FC Pale Cornflower Blue
📋 copy color: '#A0C7FC'red 160 ◦ green 199 ◦ blue 252
Shades of Pale Cornflower Blue #A0C7FC
Tints of Pale Cornflower Blue #A0C7FC
RGB
CMYK
RGB Variations
Color information
#A0C7FC (or 0xA0C7FC) is known color: Pale Cornflower Blue. HEX triplet: A0, C7 and FC. RGB value is (160,199,252). Sum of RGB (Red+Green+Blue) = 160+199+252=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0C7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C7FC is #5F3803. Grayscale: #C1C1C1. Windows color (decimal): -6240260 or 16566176. OLE color: 16566176.
HSL color Cylindrical-coordinate representation of color #A0C7FC: hue angle of 214.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C7FC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 199 | 252 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.01 |
| HSL | 214.57º | 0.94% | 0.81% | - |
| HSV(B) | 214.57º | 0.37% | 0.99% | - |
| XYZ | 52.49 | 55.35 | 100.01 | - |
| YUV | 193.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 252 | 0.37 | 0.21 | 0 | 0.01 | 214.57 | 0.94 | 0.81 |
| Hex | A0 | C7 | FC | 25 | 15 | 0 | 1 | D7 | 5E | 51 |
| Octal | 240 | 307 | 374 | 45 | 25 | 0 | 1 | 327 | 136 | 121 |
| Binary | 10100000 | 11000111 | 11111100 | 100101 | 10101 | 0 | 1 | 11010111 | 1011110 | 1010001 |
Color Harmonies of #A0C7FC
Complementary color
Monochromatic Colors of #A0C7FC
Black with #A0C7FC
Text Example
Text Example
White with #A0C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C7FC; }
p { color: rgb(160,199,252); }
H1.HeaderClassName
{
color: #A0C7FC;
}
.AnyTagClassName
{
color: #A0C7FC;
}
</style>
background-color css
<style>
a { background-color: #A0C7FC; }
a { background-color: rgb(160,199,252); }
div.DivClassName
{
background-color: #A0C7FC;
}
.BgClassName
{
background-color: #A0C7FC;
}
</style>
border-color css
<style>
span { border-color: #A0C7FC; }
span { border-color: rgb(160,199,252); }
td.TdClassName
{
border-color: #A0C7FC;
}
.TagClassName
{
border-color: #A0C7FC;
}
</style>