Html Css Color HEX #A0C7FE Pale Cornflower Blue
📋 copy color: '#A0C7FE'red 160 ◦ green 199 ◦ blue 254
Shades of Pale Cornflower Blue #A0C7FE
Tints of Pale Cornflower Blue #A0C7FE
RGB
CMYK
RGB Variations
Color information
#A0C7FE (or 0xA0C7FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C7 and FE. RGB value is (160,199,254). Sum of RGB (Red+Green+Blue) = 160+199+254=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C7FE is #5F3801. Grayscale: #C1C1C1. Windows color (decimal): -6240258 or 16697248. OLE color: 16697248.
HSL color Cylindrical-coordinate representation of color #A0C7FE: hue angle of 215.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C7FE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 199 | 254 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.00 |
| HSL | 215.11º | 0.98% | 0.81% | - |
| HSV(B) | 215.11º | 0.37% | 1% | - |
| XYZ | 52.81 | 55.48 | 101.69 | - |
| YUV | 193.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 254 | 0.37 | 0.22 | 0 | 0.00 | 215.11 | 0.98 | 0.81 |
| Hex | A0 | C7 | FE | 25 | 16 | 0 | 0 | D7 | 62 | 51 |
| Octal | 240 | 307 | 376 | 45 | 26 | 0 | 0 | 327 | 142 | 121 |
| Binary | 10100000 | 11000111 | 11111110 | 100101 | 10110 | 0 | 0 | 11010111 | 1100010 | 1010001 |
Color Harmonies of #A0C7FE
Complementary color
Monochromatic Colors of #A0C7FE
Black with #A0C7FE
Text Example
Text Example
White with #A0C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C7FE; }
p { color: rgb(160,199,254); }
H1.HeaderClassName
{
color: #A0C7FE;
}
.AnyTagClassName
{
color: #A0C7FE;
}
</style>
background-color css
<style>
a { background-color: #A0C7FE; }
a { background-color: rgb(160,199,254); }
div.DivClassName
{
background-color: #A0C7FE;
}
.BgClassName
{
background-color: #A0C7FE;
}
</style>
border-color css
<style>
span { border-color: #A0C7FE; }
span { border-color: rgb(160,199,254); }
td.TdClassName
{
border-color: #A0C7FE;
}
.TagClassName
{
border-color: #A0C7FE;
}
</style>