Html Css Color HEX #A0C4FF Pale Cornflower Blue
📋 copy color: '#A0C4FF'red 160 ◦ green 196 ◦ blue 255
Shades of Pale Cornflower Blue #A0C4FF
Tints of Pale Cornflower Blue #A0C4FF
RGB
CMYK
RGB Variations
Color information
#A0C4FF (or 0xA0C4FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C4 and FF. RGB value is (160,196,255). Sum of RGB (Red+Green+Blue) = 160+196+255=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C4FF is #5F3B00. Grayscale: #BFBFBF. Windows color (decimal): -6241025 or 16762016. OLE color: 16762016.
HSL color Cylindrical-coordinate representation of color #A0C4FF: hue angle of 217.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C4FF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 196 | 255 | - |
| CMYK | 0.37 | 0.23 | 0 | 0 |
| HSL | 217.26º | 1% | 0.81% | - |
| HSV(B) | 217.26º | 0.37% | 1% | - |
| XYZ | 52.29 | 54.17 | 102.31 | - |
| YUV | 191.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 255 | 0.37 | 0.23 | 0 | 0 | 217.26 | 1 | 0.81 |
| Hex | A0 | C4 | FF | 25 | 17 | 0 | 0 | D9 | 64 | 51 |
| Octal | 240 | 304 | 377 | 45 | 27 | 0 | 0 | 331 | 144 | 121 |
| Binary | 10100000 | 11000100 | 11111111 | 100101 | 10111 | 0 | 0 | 11011001 | 1100100 | 1010001 |
Color Harmonies of #A0C4FF
Complementary color
Monochromatic Colors of #A0C4FF
Black with #A0C4FF
Text Example
Text Example
White with #A0C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C4FF; }
p { color: rgb(160,196,255); }
H1.HeaderClassName
{
color: #A0C4FF;
}
.AnyTagClassName
{
color: #A0C4FF;
}
</style>
background-color css
<style>
a { background-color: #A0C4FF; }
a { background-color: rgb(160,196,255); }
div.DivClassName
{
background-color: #A0C4FF;
}
.BgClassName
{
background-color: #A0C4FF;
}
</style>
border-color css
<style>
span { border-color: #A0C4FF; }
span { border-color: rgb(160,196,255); }
td.TdClassName
{
border-color: #A0C4FF;
}
.TagClassName
{
border-color: #A0C4FF;
}
</style>