#A5D5DD

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

Shades of French Pass #A5D5DD

Tints of French Pass #A5D5DD

Color information

#A5D5DD (or 0xA5D5DD) is unknown color: approx French Pass. HEX triplet: A5, D5 and DD. RGB value is (165,213,221). Sum of RGB (Red+Green+Blue) = 165+213+221=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5D5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5DD is #5A2A22. Grayscale: #C7C7C7. Windows color (decimal): -5909027 or 14538149. OLE color: 14538149.

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

Color convert

RGB165213221-
CMYK0.250.0400.13
HSL188.57º45.16%75.69%-
HSV(B)188.57º25.34%86.67%-
XYZ52.3660.8177.38-
YUV199.56140.1103.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=27.55%
G=35.56%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652132210.250.0400.13188.5745.1675.69
HexA5D5DD1940Dbd2d4c
Octal24532533531401527555114
Binary1010010111010101110111011100110001101101111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5DD; }

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

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

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

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

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

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

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

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