Html Css Color HEX #A0CEFE Pale Cornflower Blue
📋 copy color: '#A0CEFE'red 160 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #A0CEFE
Tints of Pale Cornflower Blue #A0CEFE
RGB
CMYK
RGB Variations
Color information
#A0CEFE (or 0xA0CEFE) is known color: Pale Cornflower Blue. HEX triplet: A0, CE and FE. RGB value is (160,206,254). Sum of RGB (Red+Green+Blue) = 160+206+254=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEFE is #5F3101. Grayscale: #C5C5C5. Windows color (decimal): -6238466 or 16699040. OLE color: 16699040.
HSL color Cylindrical-coordinate representation of color #A0CEFE: hue angle of 210.64º 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 #A0CEFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 206 | 254 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.00 |
| HSL | 210.64º | 0.98% | 0.81% | - |
| HSV(B) | 210.64º | 0.37% | 1% | - |
| XYZ | 54.46 | 58.77 | 102.24 | - |
| YUV | 197.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 254 | 0.37 | 0.19 | 0 | 0.00 | 210.64 | 0.98 | 0.81 |
| Hex | A0 | CE | FE | 25 | 13 | 0 | 0 | D3 | 62 | 51 |
| Octal | 240 | 316 | 376 | 45 | 23 | 0 | 0 | 323 | 142 | 121 |
| Binary | 10100000 | 11001110 | 11111110 | 100101 | 10011 | 0 | 0 | 11010011 | 1100010 | 1010001 |
Color Harmonies of #A0CEFE
Complementary color
Monochromatic Colors of #A0CEFE
Black with #A0CEFE
Text Example
Text Example
White with #A0CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEFE; }
p { color: rgb(160,206,254); }
H1.HeaderClassName
{
color: #A0CEFE;
}
.AnyTagClassName
{
color: #A0CEFE;
}
</style>
background-color css
<style>
a { background-color: #A0CEFE; }
a { background-color: rgb(160,206,254); }
div.DivClassName
{
background-color: #A0CEFE;
}
.BgClassName
{
background-color: #A0CEFE;
}
</style>
border-color css
<style>
span { border-color: #A0CEFE; }
span { border-color: rgb(160,206,254); }
td.TdClassName
{
border-color: #A0CEFE;
}
.TagClassName
{
border-color: #A0CEFE;
}
</style>