#A9D4DC

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

Shades of French Pass #A9D4DC

Tints of French Pass #A9D4DC

Color information

#A9D4DC (or 0xA9D4DC) is unknown color: approx French Pass. HEX triplet: A9, D4 and DC. RGB value is (169,212,220). Sum of RGB (Red+Green+Blue) = 169+212+220=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D4DC is #562B23. Grayscale: #C7C7C7. Windows color (decimal): -5647140 or 14472361. OLE color: 14472361.

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

Color convert

RGB169212220-
CMYK0.230.0400.14
HSL189.41º42.15%76.27%-
HSV(B)189.41º23.18%86.27%-
XYZ52.8260.6976.64-
YUV200.06139.25105.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.12%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=28.12%
G=35.27%
B=36.61%

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
Decimal1692122200.230.0400.14189.4142.1576.27
HexA9D4DC1740Ebd2a4c
Octal25132433427401627552114
Binary1010100111010100110111001011110001110101111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D4DC; }

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

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

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

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

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

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

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

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