#A9D1DE

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

Shades of French Pass #A9D1DE

Tints of French Pass #A9D1DE

Color information

#A9D1DE (or 0xA9D1DE) is unknown color: approx French Pass. HEX triplet: A9, D1 and DE. RGB value is (169,209,222). Sum of RGB (Red+Green+Blue) = 169+209+222=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9D1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1DE is #562E21. Grayscale: #C6C6C6. Windows color (decimal): -5647906 or 14602665. OLE color: 14602665.

HSL color Cylindrical-coordinate representation of color #A9D1DE: hue angle of 194.72º degrees, saturation: 0.45, 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 #A9D1DE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169209222-
CMYK0.240.0600.13
HSL194.72º44.54%76.67%-
HSV(B)194.72º23.87%87.06%-
XYZ52.3559.3177.8-
YUV198.52141.25106.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.17%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 222 (87.11% from 255) = 37%
R=28.17%
G=34.83%
B=37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692092220.240.0600.13194.7244.5476.67
HexA9D1DE1860Dc32d4d
Octal25132133630601530355115
Binary1010100111010001110111101100011001101110000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D1DE; }

 p { color: rgb(169,209,222); }

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

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

 a { background-color: rgb(169,209,222); }

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

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

 span { border-color: rgb(169,209,222); }

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