Html Css Color HEX #A0C5FB Pale Cornflower Blue
📋 copy color: '#A0C5FB'red 160 ◦ green 197 ◦ blue 251
Shades of Pale Cornflower Blue #A0C5FB
Tints of Pale Cornflower Blue #A0C5FB
RGB
CMYK
RGB Variations
Color information
#A0C5FB (or 0xA0C5FB) is known color: Pale Cornflower Blue. HEX triplet: A0, C5 and FB. RGB value is (160,197,251). Sum of RGB (Red+Green+Blue) = 160+197+251=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0C5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5FB is #5F3A04. Grayscale: #BFBFBF. Windows color (decimal): -6240773 or 16500128. OLE color: 16500128.
HSL color Cylindrical-coordinate representation of color #A0C5FB: hue angle of 215.6º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C5FB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 197 | 251 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.02 |
| HSL | 215.6º | 0.92% | 0.81% | - |
| HSV(B) | 215.6º | 0.36% | 0.98% | - |
| XYZ | 51.88 | 54.37 | 99.03 | - |
| YUV | 192.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 251 | 0.36 | 0.22 | 0 | 0.02 | 215.6 | 0.92 | 0.81 |
| Hex | A0 | C5 | FB | 24 | 16 | 0 | 2 | D8 | 5C | 51 |
| Octal | 240 | 305 | 373 | 44 | 26 | 0 | 2 | 330 | 134 | 121 |
| Binary | 10100000 | 11000101 | 11111011 | 100100 | 10110 | 0 | 10 | 11011000 | 1011100 | 1010001 |
Color Harmonies of #A0C5FB
Complementary color
Monochromatic Colors of #A0C5FB
Black with #A0C5FB
Text Example
Text Example
White with #A0C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5FB; }
p { color: rgb(160,197,251); }
H1.HeaderClassName
{
color: #A0C5FB;
}
.AnyTagClassName
{
color: #A0C5FB;
}
</style>
background-color css
<style>
a { background-color: #A0C5FB; }
a { background-color: rgb(160,197,251); }
div.DivClassName
{
background-color: #A0C5FB;
}
.BgClassName
{
background-color: #A0C5FB;
}
</style>
border-color css
<style>
span { border-color: #A0C5FB; }
span { border-color: rgb(160,197,251); }
td.TdClassName
{
border-color: #A0C5FB;
}
.TagClassName
{
border-color: #A0C5FB;
}
</style>