Html Css Color HEX #A0C5EF Pale Cornflower Blue
📋 copy color: '#A0C5EF'red 160 ◦ green 197 ◦ blue 239
Shades of Pale Cornflower Blue #A0C5EF
Tints of Pale Cornflower Blue #A0C5EF
RGB
CMYK
RGB Variations
Color information
#A0C5EF (or 0xA0C5EF) is known color: Pale Cornflower Blue. HEX triplet: A0, C5 and EF. RGB value is (160,197,239). Sum of RGB (Red+Green+Blue) = 160+197+239=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5EF is #5F3A10. Grayscale: #BEBEBE. Windows color (decimal): -6240785 or 15713696. OLE color: 15713696.
HSL color Cylindrical-coordinate representation of color #A0C5EF: hue angle of 211.9º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C5EF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 197 | 239 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.06 |
| HSL | 211.9º | 0.71% | 0.78% | - |
| HSV(B) | 211.9º | 0.33% | 0.94% | - |
| XYZ | 50.04 | 53.64 | 89.38 | - |
| YUV | 190.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 239 | 0.33 | 0.18 | 0 | 0.06 | 211.9 | 0.71 | 0.78 |
| Hex | A0 | C5 | EF | 21 | 12 | 0 | 6 | D4 | 47 | 4E |
| Octal | 240 | 305 | 357 | 41 | 22 | 0 | 6 | 324 | 107 | 116 |
| Binary | 10100000 | 11000101 | 11101111 | 100001 | 10010 | 0 | 110 | 11010100 | 1000111 | 1001110 |
Color Harmonies of #A0C5EF
Complementary color
Monochromatic Colors of #A0C5EF
Black with #A0C5EF
Text Example
Text Example
White with #A0C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5EF; }
p { color: rgb(160,197,239); }
H1.HeaderClassName
{
color: #A0C5EF;
}
.AnyTagClassName
{
color: #A0C5EF;
}
</style>
background-color css
<style>
a { background-color: #A0C5EF; }
a { background-color: rgb(160,197,239); }
div.DivClassName
{
background-color: #A0C5EF;
}
.BgClassName
{
background-color: #A0C5EF;
}
</style>
border-color css
<style>
span { border-color: #A0C5EF; }
span { border-color: rgb(160,197,239); }
td.TdClassName
{
border-color: #A0C5EF;
}
.TagClassName
{
border-color: #A0C5EF;
}
</style>