Html Css Color HEX #A4CAFA Pale Cornflower Blue
📋 copy color: '#A4CAFA'red 164 ◦ green 202 ◦ blue 250
Shades of Pale Cornflower Blue #A4CAFA
Tints of Pale Cornflower Blue #A4CAFA
RGB
CMYK
RGB Variations
Color information
#A4CAFA (or 0xA4CAFA) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and FA. RGB value is (164,202,250). Sum of RGB (Red+Green+Blue) = 164+202+250=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFA is #5B3505. Grayscale: #C3C3C3. Windows color (decimal): -5977350 or 16435876. OLE color: 16435876.
HSL color Cylindrical-coordinate representation of color #A4CAFA: hue angle of 213.49º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CAFA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 202 | 250 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.02 |
| HSL | 213.49º | 0.9% | 0.81% | - |
| HSV(B) | 213.49º | 0.34% | 0.98% | - |
| XYZ | 53.69 | 57.04 | 98.62 | - |
| YUV | 196.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 250 | 0.34 | 0.19 | 0 | 0.02 | 213.49 | 0.9 | 0.81 |
| Hex | A4 | CA | FA | 22 | 13 | 0 | 2 | D5 | 5A | 51 |
| Octal | 244 | 312 | 372 | 42 | 23 | 0 | 2 | 325 | 132 | 121 |
| Binary | 10100100 | 11001010 | 11111010 | 100010 | 10011 | 0 | 10 | 11010101 | 1011010 | 1010001 |
Color Harmonies of #A4CAFA
Complementary color
Monochromatic Colors of #A4CAFA
Black with #A4CAFA
Text Example
Text Example
White with #A4CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAFA; }
p { color: rgb(164,202,250); }
H1.HeaderClassName
{
color: #A4CAFA;
}
.AnyTagClassName
{
color: #A4CAFA;
}
</style>
background-color css
<style>
a { background-color: #A4CAFA; }
a { background-color: rgb(164,202,250); }
div.DivClassName
{
background-color: #A4CAFA;
}
.BgClassName
{
background-color: #A4CAFA;
}
</style>
border-color css
<style>
span { border-color: #A4CAFA; }
span { border-color: rgb(164,202,250); }
td.TdClassName
{
border-color: #A4CAFA;
}
.TagClassName
{
border-color: #A4CAFA;
}
</style>