#A3D7E6

Color #A3D7E6 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A3D7E6

Tints of French Pass #A3D7E6

Color information

#A3D7E6 (or 0xA3D7E6) is unknown color: approx French Pass. HEX triplet: A3, D7 and E6. RGB value is (163,215,230). Sum of RGB (Red+Green+Blue) = 163+215+230=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #A3D7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D7E6 is #5C2819. Grayscale: #C9C9C9. Windows color (decimal): -6039578 or 15128483. OLE color: 15128483.

HSL color Cylindrical-coordinate representation of color #A3D7E6: hue angle of 193.43º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3D7E6 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163215230-
CMYK0.290.0700.10
HSL193.43º57.26%77.06%-
HSV(B)193.43º29.13%90.2%-
XYZ53.6962.184.02-
YUV201.16144.27100.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=26.81%
G=35.36%
B=37.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1632152300.290.0700.10193.4357.2677.06
HexA3D7E61D70Ac1394d
Octal24332734635701230171115
Binary1010001111010111111001101110111101010110000011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7E6; }

 p { color: rgb(163,215,230); }

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

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

 a { background-color: rgb(163,215,230); }

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

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

 span { border-color: rgb(163,215,230); }

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