#A6CEDC

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

Shades of French Pass #A6CEDC

Tints of French Pass #A6CEDC

Color information

#A6CEDC (or 0xA6CEDC) is unknown color: approx French Pass. HEX triplet: A6, CE and DC. RGB value is (166,206,220). Sum of RGB (Red+Green+Blue) = 166+206+220=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEDC is #593123. Grayscale: #C3C3C3. Windows color (decimal): -5845284 or 14470822. OLE color: 14470822.

HSL color Cylindrical-coordinate representation of color #A6CEDC: hue angle of 195.56º 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 #A6CEDC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166206220-
CMYK0.250.0600.14
HSL195.56º43.55%75.69%-
HSV(B)195.56º24.55%86.27%-
XYZ50.7257.4276.12-
YUV195.64141.75106.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.04%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=28.04%
G=34.80%
B=37.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662062200.250.0600.14195.5643.5575.69
HexA6CEDC1960Ec42c4c
Octal24631633431601630454114
Binary1010011011001110110111001100111001110110001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEDC; }

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

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

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

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

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

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

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

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