Html Css Color HEX #A0CCFC Pale Cornflower Blue
📋 copy color: '#A0CCFC'red 160 ◦ green 204 ◦ blue 252
Shades of Pale Cornflower Blue #A0CCFC
Tints of Pale Cornflower Blue #A0CCFC
RGB
CMYK
RGB Variations
Color information
#A0CCFC (or 0xA0CCFC) is known color: Pale Cornflower Blue. HEX triplet: A0, CC and FC. RGB value is (160,204,252). Sum of RGB (Red+Green+Blue) = 160+204+252=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCFC is #5F3303. Grayscale: #C4C4C4. Windows color (decimal): -6238980 or 16567456. OLE color: 16567456.
HSL color Cylindrical-coordinate representation of color #A0CCFC: hue angle of 211.3º 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 #A0CCFC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 204 | 252 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.01 |
| HSL | 211.3º | 0.94% | 0.81% | - |
| HSV(B) | 211.3º | 0.37% | 0.99% | - |
| XYZ | 53.66 | 57.69 | 100.4 | - |
| YUV | 196.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 252 | 0.37 | 0.19 | 0 | 0.01 | 211.3 | 0.94 | 0.81 |
| Hex | A0 | CC | FC | 25 | 13 | 0 | 1 | D3 | 5E | 51 |
| Octal | 240 | 314 | 374 | 45 | 23 | 0 | 1 | 323 | 136 | 121 |
| Binary | 10100000 | 11001100 | 11111100 | 100101 | 10011 | 0 | 1 | 11010011 | 1011110 | 1010001 |
Color Harmonies of #A0CCFC
Complementary color
Monochromatic Colors of #A0CCFC
Black with #A0CCFC
Text Example
Text Example
White with #A0CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCFC; }
p { color: rgb(160,204,252); }
H1.HeaderClassName
{
color: #A0CCFC;
}
.AnyTagClassName
{
color: #A0CCFC;
}
</style>
background-color css
<style>
a { background-color: #A0CCFC; }
a { background-color: rgb(160,204,252); }
div.DivClassName
{
background-color: #A0CCFC;
}
.BgClassName
{
background-color: #A0CCFC;
}
</style>
border-color css
<style>
span { border-color: #A0CCFC; }
span { border-color: rgb(160,204,252); }
td.TdClassName
{
border-color: #A0CCFC;
}
.TagClassName
{
border-color: #A0CCFC;
}
</style>