Html Css Color HEX #A0C9FE Pale Cornflower Blue
📋 copy color: '#A0C9FE'red 160 ◦ green 201 ◦ blue 254
Shades of Pale Cornflower Blue #A0C9FE
Tints of Pale Cornflower Blue #A0C9FE
RGB
CMYK
RGB Variations
Color information
#A0C9FE (or 0xA0C9FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C9 and FE. RGB value is (160,201,254). Sum of RGB (Red+Green+Blue) = 160+201+254=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C9FE is #5F3601. Grayscale: #C2C2C2. Windows color (decimal): -6239746 or 16697760. OLE color: 16697760.
HSL color Cylindrical-coordinate representation of color #A0C9FE: hue angle of 213.83º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C9FE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 201 | 254 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.00 |
| HSL | 213.83º | 0.98% | 0.81% | - |
| HSV(B) | 213.83º | 0.37% | 1% | - |
| XYZ | 53.27 | 56.4 | 101.84 | - |
| YUV | 194.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 254 | 0.37 | 0.21 | 0 | 0.00 | 213.83 | 0.98 | 0.81 |
| Hex | A0 | C9 | FE | 25 | 15 | 0 | 0 | D6 | 62 | 51 |
| Octal | 240 | 311 | 376 | 45 | 25 | 0 | 0 | 326 | 142 | 121 |
| Binary | 10100000 | 11001001 | 11111110 | 100101 | 10101 | 0 | 0 | 11010110 | 1100010 | 1010001 |
Color Harmonies of #A0C9FE
Complementary color
Monochromatic Colors of #A0C9FE
Black with #A0C9FE
Text Example
Text Example
White with #A0C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9FE; }
p { color: rgb(160,201,254); }
H1.HeaderClassName
{
color: #A0C9FE;
}
.AnyTagClassName
{
color: #A0C9FE;
}
</style>
background-color css
<style>
a { background-color: #A0C9FE; }
a { background-color: rgb(160,201,254); }
div.DivClassName
{
background-color: #A0C9FE;
}
.BgClassName
{
background-color: #A0C9FE;
}
</style>
border-color css
<style>
span { border-color: #A0C9FE; }
span { border-color: rgb(160,201,254); }
td.TdClassName
{
border-color: #A0C9FE;
}
.TagClassName
{
border-color: #A0C9FE;
}
</style>