Html Css Color HEX #A4C5F2 Pale Cornflower Blue
📋 copy color: '#A4C5F2'red 164 ◦ green 197 ◦ blue 242
Shades of Pale Cornflower Blue #A4C5F2
Tints of Pale Cornflower Blue #A4C5F2
RGB
CMYK
RGB Variations
Color information
#A4C5F2 (or 0xA4C5F2) is known color: Pale Cornflower Blue. HEX triplet: A4, C5 and F2. RGB value is (164,197,242). Sum of RGB (Red+Green+Blue) = 164+197+242=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #A4C5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C5F2 is #5B3A0D. Grayscale: #C0C0C0. Windows color (decimal): -5978638 or 15910308. OLE color: 15910308.
HSL color Cylindrical-coordinate representation of color #A4C5F2: hue angle of 214.62º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4C5F2 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 197 | 242 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.05 |
| HSL | 214.62º | 0.75% | 0.8% | - |
| HSV(B) | 214.62º | 0.32% | 0.95% | - |
| XYZ | 51.3 | 54.24 | 91.77 | - |
| YUV | 192.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 242 | 0.32 | 0.19 | 0 | 0.05 | 214.62 | 0.75 | 0.8 |
| Hex | A4 | C5 | F2 | 20 | 13 | 0 | 5 | D7 | 4B | 50 |
| Octal | 244 | 305 | 362 | 40 | 23 | 0 | 5 | 327 | 113 | 120 |
| Binary | 10100100 | 11000101 | 11110010 | 100000 | 10011 | 0 | 101 | 11010111 | 1001011 | 1010000 |
Color Harmonies of #A4C5F2
Complementary color
Monochromatic Colors of #A4C5F2
Black with #A4C5F2
Text Example
Text Example
White with #A4C5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C5F2; }
p { color: rgb(164,197,242); }
H1.HeaderClassName
{
color: #A4C5F2;
}
.AnyTagClassName
{
color: #A4C5F2;
}
</style>
background-color css
<style>
a { background-color: #A4C5F2; }
a { background-color: rgb(164,197,242); }
div.DivClassName
{
background-color: #A4C5F2;
}
.BgClassName
{
background-color: #A4C5F2;
}
</style>
border-color css
<style>
span { border-color: #A4C5F2; }
span { border-color: rgb(164,197,242); }
td.TdClassName
{
border-color: #A4C5F2;
}
.TagClassName
{
border-color: #A4C5F2;
}
</style>