#A6CFDC

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

Shades of French Pass #A6CFDC

Tints of French Pass #A6CFDC

Color information

#A6CFDC (or 0xA6CFDC) is unknown color: approx French Pass. HEX triplet: A6, CF and DC. RGB value is (166,207,220). Sum of RGB (Red+Green+Blue) = 166+207+220=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFDC is #593023. Grayscale: #C4C4C4. Windows color (decimal): -5845028 or 14471078. OLE color: 14471078.

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

Color convert

RGB166207220-
CMYK0.250.0600.14
HSL194.44º43.55%75.69%-
HSV(B)194.44º24.55%86.27%-
XYZ50.9657.976.2-
YUV196.22141.42106.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.99%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=27.99%
G=34.91%
B=37.10%

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
Decimal1662072200.250.0600.14194.4443.5575.69
HexA6CFDC1960Ec22c4c
Octal24631733431601630254114
Binary1010011011001111110111001100111001110110000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFDC; }

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

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

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

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

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

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

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

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