Html Css Color HEX #A0CEFF Pale Cornflower Blue
📋 copy color: '#A0CEFF'red 160 ◦ green 206 ◦ blue 255
Shades of Pale Cornflower Blue #A0CEFF
Tints of Pale Cornflower Blue #A0CEFF
RGB
CMYK
RGB Variations
Color information
#A0CEFF (or 0xA0CEFF) is known color: Pale Cornflower Blue. HEX triplet: A0, CE and FF. RGB value is (160,206,255). Sum of RGB (Red+Green+Blue) = 160+206+255=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEFF is #5F3100. Grayscale: #C5C5C5. Windows color (decimal): -6238465 or 16764576. OLE color: 16764576.
HSL color Cylindrical-coordinate representation of color #A0CEFF: hue angle of 210.95º 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 #A0CEFF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 206 | 255 | - |
| CMYK | 0.37 | 0.19 | 0 | 0 |
| HSL | 210.95º | 1% | 0.81% | - |
| HSV(B) | 210.95º | 0.37% | 1% | - |
| XYZ | 54.62 | 58.84 | 103.09 | - |
| YUV | 197.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 255 | 0.37 | 0.19 | 0 | 0 | 210.95 | 1 | 0.81 |
| Hex | A0 | CE | FF | 25 | 13 | 0 | 0 | D3 | 64 | 51 |
| Octal | 240 | 316 | 377 | 45 | 23 | 0 | 0 | 323 | 144 | 121 |
| Binary | 10100000 | 11001110 | 11111111 | 100101 | 10011 | 0 | 0 | 11010011 | 1100100 | 1010001 |
Color Harmonies of #A0CEFF
Complementary color
Monochromatic Colors of #A0CEFF
Black with #A0CEFF
Text Example
Text Example
White with #A0CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEFF; }
p { color: rgb(160,206,255); }
H1.HeaderClassName
{
color: #A0CEFF;
}
.AnyTagClassName
{
color: #A0CEFF;
}
</style>
background-color css
<style>
a { background-color: #A0CEFF; }
a { background-color: rgb(160,206,255); }
div.DivClassName
{
background-color: #A0CEFF;
}
.BgClassName
{
background-color: #A0CEFF;
}
</style>
border-color css
<style>
span { border-color: #A0CEFF; }
span { border-color: rgb(160,206,255); }
td.TdClassName
{
border-color: #A0CEFF;
}
.TagClassName
{
border-color: #A0CEFF;
}
</style>