Html Css Color HEX #A0C8FC Pale Cornflower Blue
📋 copy color: '#A0C8FC'red 160 ◦ green 200 ◦ blue 252
Shades of Pale Cornflower Blue #A0C8FC
Tints of Pale Cornflower Blue #A0C8FC
RGB
CMYK
RGB Variations
Color information
#A0C8FC (or 0xA0C8FC) is known color: Pale Cornflower Blue. HEX triplet: A0, C8 and FC. RGB value is (160,200,252). Sum of RGB (Red+Green+Blue) = 160+200+252=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8FC is #5F3703. Grayscale: #C1C1C1. Windows color (decimal): -6240004 or 16566432. OLE color: 16566432.
HSL color Cylindrical-coordinate representation of color #A0C8FC: hue angle of 213.91º 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 #A0C8FC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 200 | 252 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.01 |
| HSL | 213.91º | 0.94% | 0.81% | - |
| HSV(B) | 213.91º | 0.37% | 0.99% | - |
| XYZ | 52.72 | 55.81 | 100.09 | - |
| YUV | 193.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 252 | 0.37 | 0.21 | 0 | 0.01 | 213.91 | 0.94 | 0.81 |
| Hex | A0 | C8 | FC | 25 | 15 | 0 | 1 | D6 | 5E | 51 |
| Octal | 240 | 310 | 374 | 45 | 25 | 0 | 1 | 326 | 136 | 121 |
| Binary | 10100000 | 11001000 | 11111100 | 100101 | 10101 | 0 | 1 | 11010110 | 1011110 | 1010001 |
Color Harmonies of #A0C8FC
Complementary color
Monochromatic Colors of #A0C8FC
Black with #A0C8FC
Text Example
Text Example
White with #A0C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C8FC; }
p { color: rgb(160,200,252); }
H1.HeaderClassName
{
color: #A0C8FC;
}
.AnyTagClassName
{
color: #A0C8FC;
}
</style>
background-color css
<style>
a { background-color: #A0C8FC; }
a { background-color: rgb(160,200,252); }
div.DivClassName
{
background-color: #A0C8FC;
}
.BgClassName
{
background-color: #A0C8FC;
}
</style>
border-color css
<style>
span { border-color: #A0C8FC; }
span { border-color: rgb(160,200,252); }
td.TdClassName
{
border-color: #A0C8FC;
}
.TagClassName
{
border-color: #A0C8FC;
}
</style>