#A5D3DD

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

Shades of French Pass #A5D3DD

Tints of French Pass #A5D3DD

Color information

#A5D3DD (or 0xA5D3DD) is unknown color: approx French Pass. HEX triplet: A5, D3 and DD. RGB value is (165,211,221). Sum of RGB (Red+Green+Blue) = 165+211+221=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5D3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3DD is #5A2C22. Grayscale: #C6C6C6. Windows color (decimal): -5909539 or 14537637. OLE color: 14537637.

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

Color convert

RGB165211221-
CMYK0.250.0500.13
HSL190.71º45.16%75.69%-
HSV(B)190.71º25.34%86.67%-
XYZ51.8659.8177.22-
YUV198.39140.76104.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=27.64%
G=35.34%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652112210.250.0500.13190.7145.1675.69
HexA5D3DD1950Dbf2d4c
Octal24532333531501527755114
Binary1010010111010011110111011100110101101101111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3DD; }

 p { color: rgb(165,211,221); }

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

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

 a { background-color: rgb(165,211,221); }

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

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

 span { border-color: rgb(165,211,221); }

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