Html Css Color HEX #A0C5FC Pale Cornflower Blue
📋 copy color: '#A0C5FC'red 160 ◦ green 197 ◦ blue 252
Shades of Pale Cornflower Blue #A0C5FC
Tints of Pale Cornflower Blue #A0C5FC
RGB
CMYK
RGB Variations
Color information
#A0C5FC (or 0xA0C5FC) is known color: Pale Cornflower Blue. HEX triplet: A0, C5 and FC. RGB value is (160,197,252). Sum of RGB (Red+Green+Blue) = 160+197+252=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0C5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5FC is #5F3A03. Grayscale: #BFBFBF. Windows color (decimal): -6240772 or 16565664. OLE color: 16565664.
HSL color Cylindrical-coordinate representation of color #A0C5FC: hue angle of 215.87º 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 #A0C5FC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 197 | 252 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.01 |
| HSL | 215.87º | 0.94% | 0.81% | - |
| HSV(B) | 215.87º | 0.37% | 0.99% | - |
| XYZ | 52.03 | 54.43 | 99.86 | - |
| YUV | 192.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 252 | 0.37 | 0.22 | 0 | 0.01 | 215.87 | 0.94 | 0.81 |
| Hex | A0 | C5 | FC | 25 | 16 | 0 | 1 | D8 | 5E | 51 |
| Octal | 240 | 305 | 374 | 45 | 26 | 0 | 1 | 330 | 136 | 121 |
| Binary | 10100000 | 11000101 | 11111100 | 100101 | 10110 | 0 | 1 | 11011000 | 1011110 | 1010001 |
Color Harmonies of #A0C5FC
Complementary color
Monochromatic Colors of #A0C5FC
Black with #A0C5FC
Text Example
Text Example
White with #A0C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5FC; }
p { color: rgb(160,197,252); }
H1.HeaderClassName
{
color: #A0C5FC;
}
.AnyTagClassName
{
color: #A0C5FC;
}
</style>
background-color css
<style>
a { background-color: #A0C5FC; }
a { background-color: rgb(160,197,252); }
div.DivClassName
{
background-color: #A0C5FC;
}
.BgClassName
{
background-color: #A0C5FC;
}
</style>
border-color css
<style>
span { border-color: #A0C5FC; }
span { border-color: rgb(160,197,252); }
td.TdClassName
{
border-color: #A0C5FC;
}
.TagClassName
{
border-color: #A0C5FC;
}
</style>