#A3CAF7

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

Shades of Pale Cornflower Blue #A3CAF7

Tints of Pale Cornflower Blue #A3CAF7

Color information

#A3CAF7 (or 0xA3CAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CA and F7. RGB value is (163,202,247). Sum of RGB (Red+Green+Blue) = 163+202+247=612 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.63% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #A3CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAF7 is #5C3508. Grayscale: #C3C3C3. Windows color (decimal): -6042889 or 16239267. OLE color: 16239267.

HSL color Cylindrical-coordinate representation of color #A3CAF7: hue angle of 212.14º 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 #A3CAF7 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163202247-
CMYK0.340.1800.03
HSL212.14º84%80.39%-
HSV(B)212.14º34.01%96.86%-
XYZ53.0156.7496.15-
YUV195.47157.08104.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.63%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 247 (96.88% from 255) = 40.36%
R=26.63%
G=33.01%
B=40.36%

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
Decimal1632022470.340.1800.03212.148480.39
HexA3CAF7221203d45450
Octal243312367422203324124120
Binary101000111100101011110111100010100100111101010010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAF7; }

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

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

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

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

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

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

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

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