#A6CADF

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

Shades of French Pass #A6CADF

Tints of French Pass #A6CADF

Color information

#A6CADF (or 0xA6CADF) is unknown color: approx French Pass. HEX triplet: A6, CA and DF. RGB value is (166,202,223). Sum of RGB (Red+Green+Blue) = 166+202+223=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CADF is #593520. Grayscale: #C1C1C1. Windows color (decimal): -5846305 or 14666406. OLE color: 14666406.

HSL color Cylindrical-coordinate representation of color #A6CADF: hue angle of 202.11º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CADF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166202223-
CMYK0.260.0900.13
HSL202.11º47.11%76.27%-
HSV(B)202.11º25.56%87.45%-
XYZ50.1755.6877.91-
YUV193.63144.57108.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=28.09%
G=34.18%
B=37.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662022230.260.0900.13202.1147.1176.27
HexA6CADF1A90Dca2f4c
Octal246312337321101531257114
Binary10100110110010101101111111010100101101110010101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CADF; }

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

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

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

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

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

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

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

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