Html Css Color HEX #A4C7EC Pale Cornflower Blue
📋 copy color: '#A4C7EC'red 164 ◦ green 199 ◦ blue 236
Shades of Pale Cornflower Blue #A4C7EC
Tints of Pale Cornflower Blue #A4C7EC
RGB
CMYK
RGB Variations
Color information
#A4C7EC (or 0xA4C7EC) is known color: Pale Cornflower Blue. HEX triplet: A4, C7 and EC. RGB value is (164,199,236). Sum of RGB (Red+Green+Blue) = 164+199+236=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C7EC is #5B3813. Grayscale: #C0C0C0. Windows color (decimal): -5978132 or 15517604. OLE color: 15517604.
HSL color Cylindrical-coordinate representation of color #A4C7EC: hue angle of 210.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4C7EC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 199 | 236 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.07 |
| HSL | 210.83º | 0.65% | 0.78% | - |
| HSV(B) | 210.83º | 0.31% | 0.93% | - |
| XYZ | 50.87 | 54.8 | 87.25 | - |
| YUV | 192.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 236 | 0.31 | 0.16 | 0 | 0.07 | 210.83 | 0.65 | 0.78 |
| Hex | A4 | C7 | EC | 1F | 10 | 0 | 7 | D3 | 41 | 4E |
| Octal | 244 | 307 | 354 | 37 | 20 | 0 | 7 | 323 | 101 | 116 |
| Binary | 10100100 | 11000111 | 11101100 | 11111 | 10000 | 0 | 111 | 11010011 | 1000001 | 1001110 |
Color Harmonies of #A4C7EC
Complementary color
Monochromatic Colors of #A4C7EC
Black with #A4C7EC
Text Example
Text Example
White with #A4C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C7EC; }
p { color: rgb(164,199,236); }
H1.HeaderClassName
{
color: #A4C7EC;
}
.AnyTagClassName
{
color: #A4C7EC;
}
</style>
background-color css
<style>
a { background-color: #A4C7EC; }
a { background-color: rgb(164,199,236); }
div.DivClassName
{
background-color: #A4C7EC;
}
.BgClassName
{
background-color: #A4C7EC;
}
</style>
border-color css
<style>
span { border-color: #A4C7EC; }
span { border-color: rgb(164,199,236); }
td.TdClassName
{
border-color: #A4C7EC;
}
.TagClassName
{
border-color: #A4C7EC;
}
</style>