#A1D1DF

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

Shades of French Pass #A1D1DF

Tints of French Pass #A1D1DF

Color information

#A1D1DF (or 0xA1D1DF) is unknown color: approx French Pass. HEX triplet: A1, D1 and DF. RGB value is (161,209,223). Sum of RGB (Red+Green+Blue) = 161+209+223=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D1DF is #5E2E20. Grayscale: #C4C4C4. Windows color (decimal): -6172193 or 14668193. OLE color: 14668193.

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

Color convert

RGB161209223-
CMYK0.280.0600.13
HSL193.55º49.21%75.29%-
HSV(B)193.55º27.8%87.45%-
XYZ50.8258.5178.43-
YUV196.24143.1102.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=27.15%
G=35.24%
B=37.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612092230.280.0600.13193.5549.2175.29
HexA1D1DF1C60Dc2314b
Octal24132133734601530261113
Binary1010000111010001110111111110011001101110000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D1DF; }

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

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

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

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

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

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

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

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