#A5D1DC

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

Shades of French Pass #A5D1DC

Tints of French Pass #A5D1DC

Color information

#A5D1DC (or 0xA5D1DC) is unknown color: approx French Pass. HEX triplet: A5, D1 and DC. RGB value is (165,209,220). Sum of RGB (Red+Green+Blue) = 165+209+220=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1DC is #5A2E23. Grayscale: #C5C5C5. Windows color (decimal): -5910052 or 14471589. OLE color: 14471589.

HSL color Cylindrical-coordinate representation of color #A5D1DC: hue angle of 192º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5D1DC is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165209220-
CMYK0.250.0500.14
HSL192º44%75.49%-
HSV(B)192º25%86.27%-
XYZ51.2458.7776.35-
YUV197.1140.92105.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.78%
GREEN value IS 209 (82.03% from 255) = 35.19%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=27.78%
G=35.19%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652092200.250.0500.141924475.49
HexA5D1DC1950Ec02c4b
Octal24532133431501630054113
Binary1010010111010001110111001100110101110110000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1DC; }

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

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

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

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

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

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

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

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