#A9D5DF

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

Shades of French Pass #A9D5DF

Tints of French Pass #A9D5DF

Color information

#A9D5DF (or 0xA9D5DF) is unknown color: approx French Pass. HEX triplet: A9, D5 and DF. RGB value is (169,213,223). Sum of RGB (Red+Green+Blue) = 169+213+223=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9D5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5DF is #562A20. Grayscale: #C8C8C8. Windows color (decimal): -5646881 or 14669225. OLE color: 14669225.

HSL color Cylindrical-coordinate representation of color #A9D5DF: hue angle of 191.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9D5DF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169213223-
CMYK0.240.0400.13
HSL191.11º45.76%76.86%-
HSV(B)191.11º24.22%87.45%-
XYZ53.4861.3578.84-
YUV200.98140.42105.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.93%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=27.93%
G=35.21%
B=36.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692132230.240.0400.13191.1145.7676.86
HexA9D5DF1840Dbf2e4d
Octal25132533730401527756115
Binary1010100111010101110111111100010001101101111111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5DF; }

 p { color: rgb(169,213,223); }

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

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

 a { background-color: rgb(169,213,223); }

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

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

 span { border-color: rgb(169,213,223); }

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