Html Css Color HEX #A4C2FE Pale Cornflower Blue
📋 copy color: '#A4C2FE'red 164 ◦ green 194 ◦ blue 254
Shades of Pale Cornflower Blue #A4C2FE
Tints of Pale Cornflower Blue #A4C2FE
RGB
CMYK
RGB Variations
Color information
#A4C2FE (or 0xA4C2FE) is known color: Pale Cornflower Blue. HEX triplet: A4, C2 and FE. RGB value is (164,194,254). Sum of RGB (Red+Green+Blue) = 164+194+254=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C2FE is #5B3D01. Grayscale: #BFBFBF. Windows color (decimal): -5979394 or 16695972. OLE color: 16695972.
HSL color Cylindrical-coordinate representation of color #A4C2FE: hue angle of 220º 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 #A4C2FE is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 194 | 254 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.00 |
| HSL | 220º | 0.98% | 0.82% | - |
| HSV(B) | 220º | 0.35% | 1% | - |
| XYZ | 52.49 | 53.63 | 101.35 | - |
| YUV | 191.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 254 | 0.35 | 0.24 | 0 | 0.00 | 220 | 0.98 | 0.82 |
| Hex | A4 | C2 | FE | 23 | 18 | 0 | 0 | DC | 62 | 52 |
| Octal | 244 | 302 | 376 | 43 | 30 | 0 | 0 | 334 | 142 | 122 |
| Binary | 10100100 | 11000010 | 11111110 | 100011 | 11000 | 0 | 0 | 11011100 | 1100010 | 1010010 |
Color Harmonies of #A4C2FE
Complementary color
Monochromatic Colors of #A4C2FE
Black with #A4C2FE
Text Example
Text Example
White with #A4C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C2FE; }
p { color: rgb(164,194,254); }
H1.HeaderClassName
{
color: #A4C2FE;
}
.AnyTagClassName
{
color: #A4C2FE;
}
</style>
background-color css
<style>
a { background-color: #A4C2FE; }
a { background-color: rgb(164,194,254); }
div.DivClassName
{
background-color: #A4C2FE;
}
.BgClassName
{
background-color: #A4C2FE;
}
</style>
border-color css
<style>
span { border-color: #A4C2FE; }
span { border-color: rgb(164,194,254); }
td.TdClassName
{
border-color: #A4C2FE;
}
.TagClassName
{
border-color: #A4C2FE;
}
</style>