#A6CCDC

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

Shades of French Pass #A6CCDC

Tints of French Pass #A6CCDC

Color information

#A6CCDC (or 0xA6CCDC) is unknown color: approx French Pass. HEX triplet: A6, CC and DC. RGB value is (166,204,220). Sum of RGB (Red+Green+Blue) = 166+204+220=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDC is #593323. Grayscale: #C2C2C2. Windows color (decimal): -5845796 or 14470310. OLE color: 14470310.

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

Color convert

RGB166204220-
CMYK0.250.0700.14
HSL197.78º43.55%75.69%-
HSV(B)197.78º24.55%86.27%-
XYZ50.2456.4675.96-
YUV194.46142.41107.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.14%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=28.14%
G=34.58%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662042200.250.0700.14197.7843.5575.69
HexA6CCDC1970Ec62c4c
Octal24631433431701630654114
Binary1010011011001100110111001100111101110110001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCDC; }

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

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

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

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

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

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

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

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