#A6D4E3

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

Shades of French Pass #A6D4E3

Tints of French Pass #A6D4E3

Color information

#A6D4E3 (or 0xA6D4E3) is unknown color: approx French Pass. HEX triplet: A6, D4 and E3. RGB value is (166,212,227). Sum of RGB (Red+Green+Blue) = 166+212+227=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6D4E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4E3 is #592B1C. Grayscale: #C7C7C7. Windows color (decimal): -5843741 or 14931110. OLE color: 14931110.

HSL color Cylindrical-coordinate representation of color #A6D4E3: hue angle of 194.75º 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 #A6D4E3 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166212227-
CMYK0.270.0700.11
HSL194.75º52.14%77.06%-
HSV(B)194.75º26.87%89.02%-
XYZ53.1360.7481.6-
YUV199.96143.26103.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=27.44%
G=35.04%
B=37.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662122270.270.0700.11194.7552.1477.06
HexA6D4E31B70Bc3344d
Octal24632434333701330364115
Binary1010011011010100111000111101111101011110000111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D4E3; }

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

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

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

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

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

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

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

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