#A5D1DF

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

Shades of French Pass #A5D1DF

Tints of French Pass #A5D1DF

Color information

#A5D1DF (or 0xA5D1DF) is unknown color: approx French Pass. HEX triplet: A5, D1 and DF. RGB value is (165,209,223). Sum of RGB (Red+Green+Blue) = 165+209+223=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1DF is #5A2E20. Grayscale: #C5C5C5. Windows color (decimal): -5910049 or 14668197. OLE color: 14668197.

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

Color convert

RGB165209223-
CMYK0.260.0600.13
HSL194.48º47.54%76.08%-
HSV(B)194.48º26.01%87.45%-
XYZ51.6458.9378.46-
YUV197.44142.42104.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=27.64%
G=35.01%
B=37.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652092230.260.0600.13194.4847.5476.08
HexA5D1DF1A60Dc2304c
Octal24532133732601530260114
Binary1010010111010001110111111101011001101110000101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1DF; }

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

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

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

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

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

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

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

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