Html Css Color HEX #A0CFFC Pale Cornflower Blue
📋 copy color: '#A0CFFC'red 160 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #A0CFFC
Tints of Pale Cornflower Blue #A0CFFC
RGB
CMYK
RGB Variations
Color information
#A0CFFC (or 0xA0CFFC) is known color: Pale Cornflower Blue. HEX triplet: A0, CF and FC. RGB value is (160,207,252). Sum of RGB (Red+Green+Blue) = 160+207+252=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFC is #5F3003. Grayscale: #C5C5C5. Windows color (decimal): -6238212 or 16568224. OLE color: 16568224.
HSL color Cylindrical-coordinate representation of color #A0CFFC: hue angle of 209.35º 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 #A0CFFC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 207 | 252 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.01 |
| HSL | 209.35º | 0.94% | 0.81% | - |
| HSV(B) | 209.35º | 0.37% | 0.99% | - |
| XYZ | 54.38 | 59.13 | 100.64 | - |
| YUV | 198.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 252 | 0.37 | 0.18 | 0 | 0.01 | 209.35 | 0.94 | 0.81 |
| Hex | A0 | CF | FC | 25 | 12 | 0 | 1 | D1 | 5E | 51 |
| Octal | 240 | 317 | 374 | 45 | 22 | 0 | 1 | 321 | 136 | 121 |
| Binary | 10100000 | 11001111 | 11111100 | 100101 | 10010 | 0 | 1 | 11010001 | 1011110 | 1010001 |
Color Harmonies of #A0CFFC
Complementary color
Monochromatic Colors of #A0CFFC
Black with #A0CFFC
Text Example
Text Example
White with #A0CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFFC; }
p { color: rgb(160,207,252); }
H1.HeaderClassName
{
color: #A0CFFC;
}
.AnyTagClassName
{
color: #A0CFFC;
}
</style>
background-color css
<style>
a { background-color: #A0CFFC; }
a { background-color: rgb(160,207,252); }
div.DivClassName
{
background-color: #A0CFFC;
}
.BgClassName
{
background-color: #A0CFFC;
}
</style>
border-color css
<style>
span { border-color: #A0CFFC; }
span { border-color: rgb(160,207,252); }
td.TdClassName
{
border-color: #A0CFFC;
}
.TagClassName
{
border-color: #A0CFFC;
}
</style>