Html Css Color HEX #A4C5FE Pale Cornflower Blue
📋 copy color: '#A4C5FE'red 164 ◦ green 197 ◦ blue 254
Shades of Pale Cornflower Blue #A4C5FE
Tints of Pale Cornflower Blue #A4C5FE
RGB
CMYK
RGB Variations
Color information
#A4C5FE (or 0xA4C5FE) is known color: Pale Cornflower Blue. HEX triplet: A4, C5 and FE. RGB value is (164,197,254). Sum of RGB (Red+Green+Blue) = 164+197+254=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C5FE is #5B3A01. Grayscale: #C1C1C1. Windows color (decimal): -5978626 or 16696740. OLE color: 16696740.
HSL color Cylindrical-coordinate representation of color #A4C5FE: hue angle of 218º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C5FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 197 | 254 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.00 |
| HSL | 218º | 0.98% | 0.82% | - |
| HSV(B) | 218º | 0.35% | 1% | - |
| XYZ | 53.17 | 54.98 | 101.58 | - |
| YUV | 193.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 254 | 0.35 | 0.22 | 0 | 0.00 | 218 | 0.98 | 0.82 |
| Hex | A4 | C5 | FE | 23 | 16 | 0 | 0 | DA | 62 | 52 |
| Octal | 244 | 305 | 376 | 43 | 26 | 0 | 0 | 332 | 142 | 122 |
| Binary | 10100100 | 11000101 | 11111110 | 100011 | 10110 | 0 | 0 | 11011010 | 1100010 | 1010010 |
Color Harmonies of #A4C5FE
Complementary color
Monochromatic Colors of #A4C5FE
Black with #A4C5FE
Text Example
Text Example
White with #A4C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C5FE; }
p { color: rgb(164,197,254); }
H1.HeaderClassName
{
color: #A4C5FE;
}
.AnyTagClassName
{
color: #A4C5FE;
}
</style>
background-color css
<style>
a { background-color: #A4C5FE; }
a { background-color: rgb(164,197,254); }
div.DivClassName
{
background-color: #A4C5FE;
}
.BgClassName
{
background-color: #A4C5FE;
}
</style>
border-color css
<style>
span { border-color: #A4C5FE; }
span { border-color: rgb(164,197,254); }
td.TdClassName
{
border-color: #A4C5FE;
}
.TagClassName
{
border-color: #A4C5FE;
}
</style>