Html Css Color HEX #A0C5FE Pale Cornflower Blue
📋 copy color: '#A0C5FE'red 160 ◦ green 197 ◦ blue 254
Shades of Pale Cornflower Blue #A0C5FE
Tints of Pale Cornflower Blue #A0C5FE
RGB
CMYK
RGB Variations
Color information
#A0C5FE (or 0xA0C5FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C5 and FE. RGB value is (160,197,254). Sum of RGB (Red+Green+Blue) = 160+197+254=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5FE is #5F3A01. Grayscale: #C0C0C0. Windows color (decimal): -6240770 or 16696736. OLE color: 16696736.
HSL color Cylindrical-coordinate representation of color #A0C5FE: hue angle of 216.38º 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 #A0C5FE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 197 | 254 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.00 |
| HSL | 216.38º | 0.98% | 0.81% | - |
| HSV(B) | 216.38º | 0.37% | 1% | - |
| XYZ | 52.35 | 54.56 | 101.54 | - |
| YUV | 192.44 | 162.74 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 254 | 0.37 | 0.22 | 0 | 0.00 | 216.38 | 0.98 | 0.81 |
| Hex | A0 | C5 | FE | 25 | 16 | 0 | 0 | D8 | 62 | 51 |
| Octal | 240 | 305 | 376 | 45 | 26 | 0 | 0 | 330 | 142 | 121 |
| Binary | 10100000 | 11000101 | 11111110 | 100101 | 10110 | 0 | 0 | 11011000 | 1100010 | 1010001 |
Color Harmonies of #A0C5FE
Complementary color
Monochromatic Colors of #A0C5FE
Black with #A0C5FE
Text Example
Text Example
White with #A0C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5FE; }
p { color: rgb(160,197,254); }
H1.HeaderClassName
{
color: #A0C5FE;
}
.AnyTagClassName
{
color: #A0C5FE;
}
</style>
background-color css
<style>
a { background-color: #A0C5FE; }
a { background-color: rgb(160,197,254); }
div.DivClassName
{
background-color: #A0C5FE;
}
.BgClassName
{
background-color: #A0C5FE;
}
</style>
border-color css
<style>
span { border-color: #A0C5FE; }
span { border-color: rgb(160,197,254); }
td.TdClassName
{
border-color: #A0C5FE;
}
.TagClassName
{
border-color: #A0C5FE;
}
</style>