#A5D5DC

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

Shades of French Pass #A5D5DC

Tints of French Pass #A5D5DC

Color information

#A5D5DC (or 0xA5D5DC) is unknown color: approx French Pass. HEX triplet: A5, D5 and DC. RGB value is (165,213,220). Sum of RGB (Red+Green+Blue) = 165+213+220=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5DC is #5A2A23. Grayscale: #C7C7C7. Windows color (decimal): -5909028 or 14472613. OLE color: 14472613.

HSL color Cylindrical-coordinate representation of color #A5D5DC: hue angle of 187.64º 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 #A5D5DC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165213220-
CMYK0.250.0300.14
HSL187.64º44%75.49%-
HSV(B)187.64º25%86.27%-
XYZ52.2360.7676.68-
YUV199.45139.6103.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.59%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=27.59%
G=35.62%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652132200.250.0300.14187.644475.49
HexA5D5DC1930Ebc2c4b
Octal24532533431301627454113
Binary101001011101010111011100110011101110101111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5DC; }

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

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

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

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

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

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

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

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