#A6D6DC

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

Shades of French Pass #A6D6DC

Tints of French Pass #A6D6DC

Color information

#A6D6DC (or 0xA6D6DC) is unknown color: approx French Pass. HEX triplet: A6, D6 and DC. RGB value is (166,214,220). Sum of RGB (Red+Green+Blue) = 166+214+220=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6DC is #592923. Grayscale: #C8C8C8. Windows color (decimal): -5843236 or 14472870. OLE color: 14472870.

HSL color Cylindrical-coordinate representation of color #A6D6DC: hue angle of 186.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6D6DC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166214220-
CMYK0.250.0300.14
HSL186.67º43.55%75.69%-
HSV(B)186.67º24.55%86.27%-
XYZ52.6961.3776.78-
YUV200.33139.1103.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.67%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=27.67%
G=35.67%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662142200.250.0300.14186.6743.5575.69
HexA6D6DC1930Ebb2c4c
Octal24632633431301627354114
Binary101001101101011011011100110011101110101110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6DC; }

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

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

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

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

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

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

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

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