#A6CBDC

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

Shades of French Pass #A6CBDC

Tints of French Pass #A6CBDC

Color information

#A6CBDC (or 0xA6CBDC) is unknown color: approx French Pass. HEX triplet: A6, CB and DC. RGB value is (166,203,220). Sum of RGB (Red+Green+Blue) = 166+203+220=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBDC is #593423. Grayscale: #C1C1C1. Windows color (decimal): -5846052 or 14470054. OLE color: 14470054.

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

Color convert

RGB166203220-
CMYK0.250.0800.14
HSL198.89º43.55%75.69%-
HSV(B)198.89º24.55%86.27%-
XYZ5055.9975.88-
YUV193.88142.74108.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.18%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=28.18%
G=34.47%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662032200.250.0800.14198.8943.5575.69
HexA6CBDC1980Ec72c4c
Octal246313334311001630754114
Binary10100110110010111101110011001100001110110001111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBDC; }

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

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

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

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

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

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

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

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