Html Css Color HEX #A0C4FC Pale Cornflower Blue
📋 copy color: '#A0C4FC'red 160 ◦ green 196 ◦ blue 252
Shades of Pale Cornflower Blue #A0C4FC
Tints of Pale Cornflower Blue #A0C4FC
RGB
CMYK
RGB Variations
Color information
#A0C4FC (or 0xA0C4FC) is known color: Pale Cornflower Blue. HEX triplet: A0, C4 and FC. RGB value is (160,196,252). Sum of RGB (Red+Green+Blue) = 160+196+252=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0C4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C4FC is #5F3B03. Grayscale: #BFBFBF. Windows color (decimal): -6241028 or 16565408. OLE color: 16565408.
HSL color Cylindrical-coordinate representation of color #A0C4FC: hue angle of 216.52º 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 #A0C4FC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 196 | 252 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.01 |
| HSL | 216.52º | 0.94% | 0.81% | - |
| HSV(B) | 216.52º | 0.37% | 0.99% | - |
| XYZ | 51.81 | 53.98 | 99.78 | - |
| YUV | 191.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 252 | 0.37 | 0.22 | 0 | 0.01 | 216.52 | 0.94 | 0.81 |
| Hex | A0 | C4 | FC | 25 | 16 | 0 | 1 | D9 | 5E | 51 |
| Octal | 240 | 304 | 374 | 45 | 26 | 0 | 1 | 331 | 136 | 121 |
| Binary | 10100000 | 11000100 | 11111100 | 100101 | 10110 | 0 | 1 | 11011001 | 1011110 | 1010001 |
Color Harmonies of #A0C4FC
Complementary color
Monochromatic Colors of #A0C4FC
Black with #A0C4FC
Text Example
Text Example
White with #A0C4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C4FC; }
p { color: rgb(160,196,252); }
H1.HeaderClassName
{
color: #A0C4FC;
}
.AnyTagClassName
{
color: #A0C4FC;
}
</style>
background-color css
<style>
a { background-color: #A0C4FC; }
a { background-color: rgb(160,196,252); }
div.DivClassName
{
background-color: #A0C4FC;
}
.BgClassName
{
background-color: #A0C4FC;
}
</style>
border-color css
<style>
span { border-color: #A0C4FC; }
span { border-color: rgb(160,196,252); }
td.TdClassName
{
border-color: #A0C4FC;
}
.TagClassName
{
border-color: #A0C4FC;
}
</style>