#A6D1E3

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

Shades of French Pass #A6D1E3

Tints of French Pass #A6D1E3

Color information

#A6D1E3 (or 0xA6D1E3) is unknown color: approx French Pass. HEX triplet: A6, D1 and E3. RGB value is (166,209,227). Sum of RGB (Red+Green+Blue) = 166+209+227=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6D1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1E3 is #592E1C. Grayscale: #C6C6C6. Windows color (decimal): -5844509 or 14930342. OLE color: 14930342.

HSL color Cylindrical-coordinate representation of color #A6D1E3: hue angle of 197.7º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6D1E3 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166209227-
CMYK0.270.0800.11
HSL197.7º52.14%77.06%-
HSV(B)197.7º26.87%89.02%-
XYZ52.3959.2581.35-
YUV198.2144.25105.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.57%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 227 (89.06% from 255) = 37.71%
R=27.57%
G=34.72%
B=37.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662092270.270.0800.11197.752.1477.06
HexA6D1E31B80Bc6344d
Octal246321343331001330664115
Binary10100110110100011110001111011100001011110001101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D1E3; }

 p { color: rgb(166,209,227); }

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

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

 a { background-color: rgb(166,209,227); }

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

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

 span { border-color: rgb(166,209,227); }

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