#A4CAF9

Color #A4CAF9 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A4CAF9

Tints of Pale Cornflower Blue #A4CAF9

Color information

#A4CAF9 (or 0xA4CAF9) is unknown color: approx 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

RGB164202249-
CMYK0.340.1900.02
HSL213.18º87.63%80.98%-
HSV(B)213.18º34.14%97.65%-
XYZ53.5356.9797.8-
YUV196157.91105.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=26.67%
G=32.85%
B=40.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642022490.340.1900.02213.1887.6380.98
HexA4CAF9221302d55851
Octal244312371422302325130121
Binary101001001100101011111001100010100110101101010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>