Html Css Color HEX #A0CEFC Pale Cornflower Blue
📋 copy color: '#A0CEFC'red 160 ◦ green 206 ◦ blue 252
Shades of Pale Cornflower Blue #A0CEFC
Tints of Pale Cornflower Blue #A0CEFC
RGB
CMYK
RGB Variations
Color information
#A0CEFC (or 0xA0CEFC) is known color: Pale Cornflower Blue. HEX triplet: A0, CE and FC. RGB value is (160,206,252). Sum of RGB (Red+Green+Blue) = 160+206+252=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEFC is #5F3103. Grayscale: #C5C5C5. Windows color (decimal): -6238468 or 16567968. OLE color: 16567968.
HSL color Cylindrical-coordinate representation of color #A0CEFC: hue angle of 210º 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 #A0CEFC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 206 | 252 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.01 |
| HSL | 210º | 0.94% | 0.81% | - |
| HSV(B) | 210º | 0.37% | 0.99% | - |
| XYZ | 54.14 | 58.64 | 100.56 | - |
| YUV | 197.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 252 | 0.37 | 0.18 | 0 | 0.01 | 210 | 0.94 | 0.81 |
| Hex | A0 | CE | FC | 25 | 12 | 0 | 1 | D2 | 5E | 51 |
| Octal | 240 | 316 | 374 | 45 | 22 | 0 | 1 | 322 | 136 | 121 |
| Binary | 10100000 | 11001110 | 11111100 | 100101 | 10010 | 0 | 1 | 11010010 | 1011110 | 1010001 |
Color Harmonies of #A0CEFC
Complementary color
Monochromatic Colors of #A0CEFC
Black with #A0CEFC
Text Example
Text Example
White with #A0CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEFC; }
p { color: rgb(160,206,252); }
H1.HeaderClassName
{
color: #A0CEFC;
}
.AnyTagClassName
{
color: #A0CEFC;
}
</style>
background-color css
<style>
a { background-color: #A0CEFC; }
a { background-color: rgb(160,206,252); }
div.DivClassName
{
background-color: #A0CEFC;
}
.BgClassName
{
background-color: #A0CEFC;
}
</style>
border-color css
<style>
span { border-color: #A0CEFC; }
span { border-color: rgb(160,206,252); }
td.TdClassName
{
border-color: #A0CEFC;
}
.TagClassName
{
border-color: #A0CEFC;
}
</style>