Html Css Color HEX #A0C1FF Pale Cornflower Blue
📋 copy color: '#A0C1FF'red 160 ◦ green 193 ◦ blue 255
Shades of Pale Cornflower Blue #A0C1FF
Tints of Pale Cornflower Blue #A0C1FF
RGB
CMYK
RGB Variations
Color information
#A0C1FF (or 0xA0C1FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C1 and FF. RGB value is (160,193,255). Sum of RGB (Red+Green+Blue) = 160+193+255=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C1FF is #5F3E00. Grayscale: #BDBDBD. Windows color (decimal): -6241793 or 16761248. OLE color: 16761248.
HSL color Cylindrical-coordinate representation of color #A0C1FF: hue angle of 219.16º 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 #A0C1FF is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 193 | 255 | - |
| CMYK | 0.37 | 0.24 | 0 | 0 |
| HSL | 219.16º | 1% | 0.81% | - |
| HSV(B) | 219.16º | 0.37% | 1% | - |
| XYZ | 51.62 | 52.83 | 102.09 | - |
| YUV | 190.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 255 | 0.37 | 0.24 | 0 | 0 | 219.16 | 1 | 0.81 |
| Hex | A0 | C1 | FF | 25 | 18 | 0 | 0 | DB | 64 | 51 |
| Octal | 240 | 301 | 377 | 45 | 30 | 0 | 0 | 333 | 144 | 121 |
| Binary | 10100000 | 11000001 | 11111111 | 100101 | 11000 | 0 | 0 | 11011011 | 1100100 | 1010001 |
Color Harmonies of #A0C1FF
Complementary color
Monochromatic Colors of #A0C1FF
Black with #A0C1FF
Text Example
Text Example
White with #A0C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C1FF; }
p { color: rgb(160,193,255); }
H1.HeaderClassName
{
color: #A0C1FF;
}
.AnyTagClassName
{
color: #A0C1FF;
}
</style>
background-color css
<style>
a { background-color: #A0C1FF; }
a { background-color: rgb(160,193,255); }
div.DivClassName
{
background-color: #A0C1FF;
}
.BgClassName
{
background-color: #A0C1FF;
}
</style>
border-color css
<style>
span { border-color: #A0C1FF; }
span { border-color: rgb(160,193,255); }
td.TdClassName
{
border-color: #A0C1FF;
}
.TagClassName
{
border-color: #A0C1FF;
}
</style>