#A2CAF7

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

Shades of Pale Cornflower Blue #A2CAF7

Tints of Pale Cornflower Blue #A2CAF7

Color information

#A2CAF7 (or 0xA2CAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CA and F7. RGB value is (162,202,247). Sum of RGB (Red+Green+Blue) = 162+202+247=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #A2CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAF7 is #5D3508. Grayscale: #C2C2C2. Windows color (decimal): -6108425 or 16239266. OLE color: 16239266.

HSL color Cylindrical-coordinate representation of color #A2CAF7: hue angle of 211.76º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2CAF7 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162202247-
CMYK0.340.1800.03
HSL211.76º84.16%80.2%-
HSV(B)211.76º34.41%96.86%-
XYZ52.8156.6496.14-
YUV195.17157.25104.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.51%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 247 (96.88% from 255) = 40.43%
R=26.51%
G=33.06%
B=40.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622022470.340.1800.03211.7684.1680.2
HexA2CAF7221203d45450
Octal242312367422203324124120
Binary101000101100101011110111100010100100111101010010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CAF7; }

 p { color: rgb(162,202,247); }

 H1.HeaderClassName
 {
   color: #A2CAF7;
 }
 .AnyTagClassName
 {
   color: #A2CAF7;
 }
</style>
background-color css

<style>
 a { background-color: #A2CAF7; }

 a { background-color: rgb(162,202,247); }

 div.DivClassName
 {
   background-color: #A2CAF7;
 }
 .BgClassName
 {
   background-color: #A2CAF7;
 }
</style>
border-color css

<style>
 span { border-color: #A2CAF7; }

 span { border-color: rgb(162,202,247); }

 td.TdClassName
 {
   border-color: #A2CAF7;
 }
 .TagClassName
 {
   border-color: #A2CAF7;
 }
</style>