#A1D3DF

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

Shades of French Pass #A1D3DF

Tints of French Pass #A1D3DF

Color information

#A1D3DF (or 0xA1D3DF) is unknown color: approx French Pass. HEX triplet: A1, D3 and DF. RGB value is (161,211,223). Sum of RGB (Red+Green+Blue) = 161+211+223=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D3DF is #5E2C20. Grayscale: #C5C5C5. Windows color (decimal): -6171681 or 14668705. OLE color: 14668705.

HSL color Cylindrical-coordinate representation of color #A1D3DF: hue angle of 191.61º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1D3DF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161211223-
CMYK0.280.0500.13
HSL191.61º49.21%75.29%-
HSV(B)191.61º27.8%87.45%-
XYZ51.3159.4978.59-
YUV197.42142.44102.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.06%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=27.06%
G=35.46%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612112230.280.0500.13191.6149.2175.29
HexA1D3DF1C50Dc0314b
Octal24132333734501530061113
Binary1010000111010011110111111110010101101110000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3DF; }

 p { color: rgb(161,211,223); }

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

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

 a { background-color: rgb(161,211,223); }

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

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

 span { border-color: rgb(161,211,223); }

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