Html Css Color HEX #A8C5FF Pale Cornflower Blue
📋 copy color: '#A8C5FF'red 168 ◦ green 197 ◦ blue 255
Shades of Pale Cornflower Blue #A8C5FF
Tints of Pale Cornflower Blue #A8C5FF
RGB
CMYK
RGB Variations
Color information
#A8C5FF (or 0xA8C5FF) is known color: Pale Cornflower Blue. HEX triplet: A8, C5 and FF. RGB value is (168,197,255). Sum of RGB (Red+Green+Blue) = 168+197+255=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8C5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C5FF is #573A00. Grayscale: #C2C2C2. Windows color (decimal): -5716481 or 16762280. OLE color: 16762280.
HSL color Cylindrical-coordinate representation of color #A8C5FF: hue angle of 220º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C5FF is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 197 | 255 | - |
| CMYK | 0.34 | 0.23 | 0 | 0 |
| HSL | 220º | 1% | 0.83% | - |
| HSV(B) | 220º | 0.34% | 1% | - |
| XYZ | 54.16 | 55.48 | 102.46 | - |
| YUV | 194.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 255 | 0.34 | 0.23 | 0 | 0 | 220 | 1 | 0.83 |
| Hex | A8 | C5 | FF | 22 | 17 | 0 | 0 | DC | 64 | 53 |
| Octal | 250 | 305 | 377 | 42 | 27 | 0 | 0 | 334 | 144 | 123 |
| Binary | 10101000 | 11000101 | 11111111 | 100010 | 10111 | 0 | 0 | 11011100 | 1100100 | 1010011 |
Color Harmonies of #A8C5FF
Complementary color
Monochromatic Colors of #A8C5FF
Black with #A8C5FF
Text Example
Text Example
White with #A8C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C5FF; }
p { color: rgb(168,197,255); }
H1.HeaderClassName
{
color: #A8C5FF;
}
.AnyTagClassName
{
color: #A8C5FF;
}
</style>
background-color css
<style>
a { background-color: #A8C5FF; }
a { background-color: rgb(168,197,255); }
div.DivClassName
{
background-color: #A8C5FF;
}
.BgClassName
{
background-color: #A8C5FF;
}
</style>
border-color css
<style>
span { border-color: #A8C5FF; }
span { border-color: rgb(168,197,255); }
td.TdClassName
{
border-color: #A8C5FF;
}
.TagClassName
{
border-color: #A8C5FF;
}
</style>