#A3D7E7

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

Shades of French Pass #A3D7E7

Tints of French Pass #A3D7E7

Color information

#A3D7E7 (or 0xA3D7E7) is unknown color: approx French Pass. HEX triplet: A3, D7 and E7. RGB value is (163,215,231). Sum of RGB (Red+Green+Blue) = 163+215+231=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3D7E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D7E7 is #5C2818. Grayscale: #C9C9C9. Windows color (decimal): -6039577 or 15194019. OLE color: 15194019.

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

Color convert

RGB163215231-
CMYK0.290.0700.09
HSL194.12º58.62%77.25%-
HSV(B)194.12º29.44%90.59%-
XYZ53.8362.1684.76-
YUV201.28144.77100.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.77%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=26.77%
G=35.30%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632152310.290.0700.09194.1258.6277.25
HexA3D7E71D709c23b4d
Octal24332734735701130273115
Binary1010001111010111111001111110111101001110000101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7E7; }

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

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

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

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

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

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

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

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