#A4CAFA

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

Shades of Pale Cornflower Blue #A4CAFA

Tints of Pale Cornflower Blue #A4CAFA

Color information

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

RGB164202250-
CMYK0.340.1900.02
HSL213.49º89.58%81.18%-
HSV(B)213.49º34.4%98.04%-
XYZ53.6957.0498.62-
YUV196.11158.41105.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.62%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=26.62%
G=32.79%
B=40.58%

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
Decimal1642022500.340.1900.02213.4989.5881.18
HexA4CAFA221302d55a51
Octal244312372422302325132121
Binary101001001100101011111010100010100110101101010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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