#A3C7FF

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

Shades of Pale Cornflower Blue #A3C7FF

Tints of Pale Cornflower Blue #A3C7FF

Color information

#A3C7FF (or 0xA3C7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, C7 and FF. RGB value is (163,199,255). Sum of RGB (Red+Green+Blue) = 163+199+255=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C7FF is #5C3800. Grayscale: #C2C2C2. Windows color (decimal): -6043649 or 16762787. OLE color: 16762787.

HSL color Cylindrical-coordinate representation of color #A3C7FF: hue angle of 216.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C7FF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163199255-
CMYK0.360.2200
HSL216.52º100%81.96%-
HSV(B)216.52º36.08%100%-
XYZ53.5855.85102.56-
YUV194.62162.07105.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.42%
GREEN value IS 199 (78.12% from 255) = 32.25%
BLUE value IS 255 (100% from 255) = 41.33%
R=26.42%
G=32.25%
B=41.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631992550.360.2200216.5210081.96
HexA3C7FF241600d96452
Octal243307377442600331144122
Binary10100011110001111111111110010010110001101100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C7FF; }

 p { color: rgb(163,199,255); }

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

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

 a { background-color: rgb(163,199,255); }

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

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

 span { border-color: rgb(163,199,255); }

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