#A9D3DC

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

Shades of French Pass #A9D3DC

Tints of French Pass #A9D3DC

Color information

#A9D3DC (or 0xA9D3DC) is unknown color: approx French Pass. HEX triplet: A9, D3 and DC. RGB value is (169,211,220). Sum of RGB (Red+Green+Blue) = 169+211+220=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D3DC is #562C23. Grayscale: #C7C7C7. Windows color (decimal): -5647396 or 14472105. OLE color: 14472105.

HSL color Cylindrical-coordinate representation of color #A9D3DC: hue angle of 190.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9D3DC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169211220-
CMYK0.230.0400.14
HSL190.59º42.15%76.27%-
HSV(B)190.59º23.18%86.27%-
XYZ52.5760.1976.56-
YUV199.47139.59106.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.17%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=28.17%
G=35.17%
B=36.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692112200.230.0400.14190.5942.1576.27
HexA9D3DC1740Ebf2a4c
Octal25132333427401627752114
Binary1010100111010011110111001011110001110101111111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D3DC; }

 p { color: rgb(169,211,220); }

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

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

 a { background-color: rgb(169,211,220); }

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

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

 span { border-color: rgb(169,211,220); }

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