Html Css Color HEX #A0C8FF Pale Cornflower Blue
📋 copy color: '#A0C8FF'red 160 ◦ green 200 ◦ blue 255
Shades of Pale Cornflower Blue #A0C8FF
Tints of Pale Cornflower Blue #A0C8FF
RGB
CMYK
RGB Variations
Color information
#A0C8FF (or 0xA0C8FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C8 and FF. RGB value is (160,200,255). Sum of RGB (Red+Green+Blue) = 160+200+255=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8FF is #5F3700. Grayscale: #C2C2C2. Windows color (decimal): -6240001 or 16763040. OLE color: 16763040.
HSL color Cylindrical-coordinate representation of color #A0C8FF: hue angle of 214.74º 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 #A0C8FF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 200 | 255 | - |
| CMYK | 0.37 | 0.22 | 0 | 0 |
| HSL | 214.74º | 1% | 0.81% | - |
| HSV(B) | 214.74º | 0.37% | 1% | - |
| XYZ | 53.2 | 56 | 102.61 | - |
| YUV | 194.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 255 | 0.37 | 0.22 | 0 | 0 | 214.74 | 1 | 0.81 |
| Hex | A0 | C8 | FF | 25 | 16 | 0 | 0 | D7 | 64 | 51 |
| Octal | 240 | 310 | 377 | 45 | 26 | 0 | 0 | 327 | 144 | 121 |
| Binary | 10100000 | 11001000 | 11111111 | 100101 | 10110 | 0 | 0 | 11010111 | 1100100 | 1010001 |
Color Harmonies of #A0C8FF
Complementary color
Monochromatic Colors of #A0C8FF
Black with #A0C8FF
Text Example
Text Example
White with #A0C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C8FF; }
p { color: rgb(160,200,255); }
H1.HeaderClassName
{
color: #A0C8FF;
}
.AnyTagClassName
{
color: #A0C8FF;
}
</style>
background-color css
<style>
a { background-color: #A0C8FF; }
a { background-color: rgb(160,200,255); }
div.DivClassName
{
background-color: #A0C8FF;
}
.BgClassName
{
background-color: #A0C8FF;
}
</style>
border-color css
<style>
span { border-color: #A0C8FF; }
span { border-color: rgb(160,200,255); }
td.TdClassName
{
border-color: #A0C8FF;
}
.TagClassName
{
border-color: #A0C8FF;
}
</style>