Html Css Color HEX #A0CFFF Pale Cornflower Blue
📋 copy color: '#A0CFFF'red 160 ◦ green 207 ◦ blue 255
Shades of Pale Cornflower Blue #A0CFFF
Tints of Pale Cornflower Blue #A0CFFF
RGB
CMYK
RGB Variations
Color information
#A0CFFF (or 0xA0CFFF) is known color: Pale Cornflower Blue. HEX triplet: A0, CF and FF. RGB value is (160,207,255). Sum of RGB (Red+Green+Blue) = 160+207+255=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFF is #5F3000. Grayscale: #C6C6C6. Windows color (decimal): -6238209 or 16764832. OLE color: 16764832.
HSL color Cylindrical-coordinate representation of color #A0CFFF: hue angle of 210.32º 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 #A0CFFF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 207 | 255 | - |
| CMYK | 0.37 | 0.19 | 0 | 0 |
| HSL | 210.32º | 1% | 0.81% | - |
| HSV(B) | 210.32º | 0.37% | 1% | - |
| XYZ | 54.86 | 59.32 | 103.17 | - |
| YUV | 198.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 255 | 0.37 | 0.19 | 0 | 0 | 210.32 | 1 | 0.81 |
| Hex | A0 | CF | FF | 25 | 13 | 0 | 0 | D2 | 64 | 51 |
| Octal | 240 | 317 | 377 | 45 | 23 | 0 | 0 | 322 | 144 | 121 |
| Binary | 10100000 | 11001111 | 11111111 | 100101 | 10011 | 0 | 0 | 11010010 | 1100100 | 1010001 |
Color Harmonies of #A0CFFF
Complementary color
Monochromatic Colors of #A0CFFF
Black with #A0CFFF
Text Example
Text Example
White with #A0CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFFF; }
p { color: rgb(160,207,255); }
H1.HeaderClassName
{
color: #A0CFFF;
}
.AnyTagClassName
{
color: #A0CFFF;
}
</style>
background-color css
<style>
a { background-color: #A0CFFF; }
a { background-color: rgb(160,207,255); }
div.DivClassName
{
background-color: #A0CFFF;
}
.BgClassName
{
background-color: #A0CFFF;
}
</style>
border-color css
<style>
span { border-color: #A0CFFF; }
span { border-color: rgb(160,207,255); }
td.TdClassName
{
border-color: #A0CFFF;
}
.TagClassName
{
border-color: #A0CFFF;
}
</style>