#A9D4DD

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

Shades of French Pass #A9D4DD

Tints of French Pass #A9D4DD

Color information

#A9D4DD (or 0xA9D4DD) is unknown color: approx French Pass. HEX triplet: A9, D4 and DD. RGB value is (169,212,221). Sum of RGB (Red+Green+Blue) = 169+212+221=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9D4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D4DD is #562B22. Grayscale: #C8C8C8. Windows color (decimal): -5647139 or 14537897. OLE color: 14537897.

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

Color convert

RGB169212221-
CMYK0.240.0400.13
HSL190.38º43.33%76.47%-
HSV(B)190.38º23.53%86.67%-
XYZ52.9660.7477.34-
YUV200.17139.75105.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.07%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=28.07%
G=35.22%
B=36.71%

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
Decimal1692122210.240.0400.13190.3843.3376.47
HexA9D4DD1840Dbe2b4c
Octal25132433530401527653114
Binary1010100111010100110111011100010001101101111101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D4DD; }

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

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

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

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

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

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

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

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