#A9CDDA

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

Shades of French Pass #A9CDDA

Tints of French Pass #A9CDDA

Color information

#A9CDDA (or 0xA9CDDA) is unknown color: approx French Pass. HEX triplet: A9, CD and DA. RGB value is (169,205,218). Sum of RGB (Red+Green+Blue) = 169+205+218=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDDA is #563225. Grayscale: #C3C3C3. Windows color (decimal): -5648934 or 14339497. OLE color: 14339497.

HSL color Cylindrical-coordinate representation of color #A9CDDA: hue angle of 195.92º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9CDDA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169205218-
CMYK0.220.0600.15
HSL195.92º39.84%75.88%-
HSV(B)195.92º22.48%85.49%-
XYZ50.8557.1674.68-
YUV195.72140.57108.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=28.55%
G=34.63%
B=36.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692052180.220.0600.15195.9239.8475.88
HexA9CDDA1660Fc4284c
Octal25131533226601730450114
Binary1010100111001101110110101011011001111110001001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDDA; }

 p { color: rgb(169,205,218); }

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

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

 a { background-color: rgb(169,205,218); }

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

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

 span { border-color: rgb(169,205,218); }

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