Html Css Color HEX #A4CAF9 Pale Cornflower Blue
📋 copy color: '#A4CAF9'red 164 ◦ green 202 ◦ blue 249
Shades of Pale Cornflower Blue #A4CAF9
Tints of Pale Cornflower Blue #A4CAF9
RGB
CMYK
RGB Variations
Color information
#A4CAF9 (or 0xA4CAF9) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and F9. RGB value is (164,202,249). Sum of RGB (Red+Green+Blue) = 164+202+249=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4CAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAF9 is #5B3506. Grayscale: #C3C3C3. Windows color (decimal): -5977351 or 16370340. OLE color: 16370340.
HSL color Cylindrical-coordinate representation of color #A4CAF9: hue angle of 213.18º degrees, saturation: 0.88, 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 #A4CAF9 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 202 | 249 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.02 |
| HSL | 213.18º | 0.88% | 0.81% | - |
| HSV(B) | 213.18º | 0.34% | 0.98% | - |
| XYZ | 53.53 | 56.97 | 97.8 | - |
| YUV | 196 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 249 | 0.34 | 0.19 | 0 | 0.02 | 213.18 | 0.88 | 0.81 |
| Hex | A4 | CA | F9 | 22 | 13 | 0 | 2 | D5 | 58 | 51 |
| Octal | 244 | 312 | 371 | 42 | 23 | 0 | 2 | 325 | 130 | 121 |
| Binary | 10100100 | 11001010 | 11111001 | 100010 | 10011 | 0 | 10 | 11010101 | 1011000 | 1010001 |
Color Harmonies of #A4CAF9
Complementary color
Monochromatic Colors of #A4CAF9
Black with #A4CAF9
Text Example
Text Example
White with #A4CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAF9; }
p { color: rgb(164,202,249); }
H1.HeaderClassName
{
color: #A4CAF9;
}
.AnyTagClassName
{
color: #A4CAF9;
}
</style>
background-color css
<style>
a { background-color: #A4CAF9; }
a { background-color: rgb(164,202,249); }
div.DivClassName
{
background-color: #A4CAF9;
}
.BgClassName
{
background-color: #A4CAF9;
}
</style>
border-color css
<style>
span { border-color: #A4CAF9; }
span { border-color: rgb(164,202,249); }
td.TdClassName
{
border-color: #A4CAF9;
}
.TagClassName
{
border-color: #A4CAF9;
}
</style>