Html Css Color HEX #A0C9FC Pale Cornflower Blue
📋 copy color: '#A0C9FC'red 160 ◦ green 201 ◦ blue 252
Shades of Pale Cornflower Blue #A0C9FC
Tints of Pale Cornflower Blue #A0C9FC
RGB
CMYK
RGB Variations
Color information
#A0C9FC (or 0xA0C9FC) is known color: Pale Cornflower Blue. HEX triplet: A0, C9 and FC. RGB value is (160,201,252). Sum of RGB (Red+Green+Blue) = 160+201+252=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C9FC is #5F3603. Grayscale: #C2C2C2. Windows color (decimal): -6239748 or 16566688. OLE color: 16566688.
HSL color Cylindrical-coordinate representation of color #A0C9FC: hue angle of 213.26º 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 #A0C9FC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 201 | 252 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.01 |
| HSL | 213.26º | 0.94% | 0.81% | - |
| HSV(B) | 213.26º | 0.37% | 0.99% | - |
| XYZ | 52.95 | 56.28 | 100.17 | - |
| YUV | 194.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 252 | 0.37 | 0.20 | 0 | 0.01 | 213.26 | 0.94 | 0.81 |
| Hex | A0 | C9 | FC | 25 | 14 | 0 | 1 | D5 | 5E | 51 |
| Octal | 240 | 311 | 374 | 45 | 24 | 0 | 1 | 325 | 136 | 121 |
| Binary | 10100000 | 11001001 | 11111100 | 100101 | 10100 | 0 | 1 | 11010101 | 1011110 | 1010001 |
Color Harmonies of #A0C9FC
Complementary color
Monochromatic Colors of #A0C9FC
Black with #A0C9FC
Text Example
Text Example
White with #A0C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9FC; }
p { color: rgb(160,201,252); }
H1.HeaderClassName
{
color: #A0C9FC;
}
.AnyTagClassName
{
color: #A0C9FC;
}
</style>
background-color css
<style>
a { background-color: #A0C9FC; }
a { background-color: rgb(160,201,252); }
div.DivClassName
{
background-color: #A0C9FC;
}
.BgClassName
{
background-color: #A0C9FC;
}
</style>
border-color css
<style>
span { border-color: #A0C9FC; }
span { border-color: rgb(160,201,252); }
td.TdClassName
{
border-color: #A0C9FC;
}
.TagClassName
{
border-color: #A0C9FC;
}
</style>