#A6CADC

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

Shades of French Pass #A6CADC

Tints of French Pass #A6CADC

Color information

#A6CADC (or 0xA6CADC) is unknown color: approx French Pass. HEX triplet: A6, CA and DC. RGB value is (166,202,220). Sum of RGB (Red+Green+Blue) = 166+202+220=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CADC is #593523. Grayscale: #C1C1C1. Windows color (decimal): -5846308 or 14469798. OLE color: 14469798.

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

Color convert

RGB166202220-
CMYK0.250.0800.14
HSL200º43.55%75.69%-
HSV(B)200º24.55%86.27%-
XYZ49.7655.5275.8-
YUV193.29143.07108.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=28.23%
G=34.35%
B=37.41%

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
Decimal1662022200.250.0800.1420043.5575.69
HexA6CADC1980Ec82c4c
Octal246312334311001631054114
Binary10100110110010101101110011001100001110110010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CADC; }

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

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

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

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

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

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

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

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