Html Css Color HEX #A0C0FD Pale Cornflower Blue
📋 copy color: '#A0C0FD'red 160 ◦ green 192 ◦ blue 253
Shades of Pale Cornflower Blue #A0C0FD
Tints of Pale Cornflower Blue #A0C0FD
RGB
CMYK
RGB Variations
Color information
#A0C0FD (or 0xA0C0FD) is known color: Pale Cornflower Blue. HEX triplet: A0, C0 and FD. RGB value is (160,192,253). Sum of RGB (Red+Green+Blue) = 160+192+253=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0FD is #5F3F02. Grayscale: #BDBDBD. Windows color (decimal): -6242051 or 16629920. OLE color: 16629920.
HSL color Cylindrical-coordinate representation of color #A0C0FD: hue angle of 219.35º degrees, saturation: 0.96, 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 #A0C0FD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 192 | 253 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.01 |
| HSL | 219.35º | 0.96% | 0.81% | - |
| HSV(B) | 219.35º | 0.37% | 0.99% | - |
| XYZ | 51.08 | 52.26 | 100.32 | - |
| YUV | 189.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 253 | 0.37 | 0.24 | 0 | 0.01 | 219.35 | 0.96 | 0.81 |
| Hex | A0 | C0 | FD | 25 | 18 | 0 | 1 | DB | 60 | 51 |
| Octal | 240 | 300 | 375 | 45 | 30 | 0 | 1 | 333 | 140 | 121 |
| Binary | 10100000 | 11000000 | 11111101 | 100101 | 11000 | 0 | 1 | 11011011 | 1100000 | 1010001 |
Color Harmonies of #A0C0FD
Complementary color
Monochromatic Colors of #A0C0FD
Black with #A0C0FD
Text Example
Text Example
White with #A0C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0FD; }
p { color: rgb(160,192,253); }
H1.HeaderClassName
{
color: #A0C0FD;
}
.AnyTagClassName
{
color: #A0C0FD;
}
</style>
background-color css
<style>
a { background-color: #A0C0FD; }
a { background-color: rgb(160,192,253); }
div.DivClassName
{
background-color: #A0C0FD;
}
.BgClassName
{
background-color: #A0C0FD;
}
</style>
border-color css
<style>
span { border-color: #A0C0FD; }
span { border-color: rgb(160,192,253); }
td.TdClassName
{
border-color: #A0C0FD;
}
.TagClassName
{
border-color: #A0C0FD;
}
</style>