#A6D6DE

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

Shades of French Pass #A6D6DE

Tints of French Pass #A6D6DE

Color information

#A6D6DE (or 0xA6D6DE) is unknown color: approx French Pass. HEX triplet: A6, D6 and DE. RGB value is (166,214,222). Sum of RGB (Red+Green+Blue) = 166+214+222=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6D6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6DE is #592921. Grayscale: #C8C8C8. Windows color (decimal): -5843234 or 14603942. OLE color: 14603942.

HSL color Cylindrical-coordinate representation of color #A6D6DE: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6D6DE is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166214222-
CMYK0.250.0400.13
HSL188.57º45.9%76.08%-
HSV(B)188.57º25.23%87.06%-
XYZ52.9661.4778.18-
YUV200.56140.1103.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.57%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=27.57%
G=35.55%
B=36.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662142220.250.0400.13188.5745.976.08
HexA6D6DE1940Dbd2e4c
Octal24632633631401527556114
Binary1010011011010110110111101100110001101101111011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6DE; }

 p { color: rgb(166,214,222); }

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

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

 a { background-color: rgb(166,214,222); }

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

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

 span { border-color: rgb(166,214,222); }

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