#A9CADA

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

Shades of French Pass #A9CADA

Tints of French Pass #A9CADA

Color information

#A9CADA (or 0xA9CADA) is unknown color: approx French Pass. HEX triplet: A9, CA and DA. RGB value is (169,202,218). Sum of RGB (Red+Green+Blue) = 169+202+218=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CADA is #563525. Grayscale: #C1C1C1. Windows color (decimal): -5649702 or 14338729. OLE color: 14338729.

HSL color Cylindrical-coordinate representation of color #A9CADA: hue angle of 199.59º 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 #A9CADA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169202218-
CMYK0.220.0700.15
HSL199.59º39.84%75.88%-
HSV(B)199.59º22.48%85.49%-
XYZ50.1455.7474.45-
YUV193.96141.57110.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.69%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=28.69%
G=34.30%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692022180.220.0700.15199.5939.8475.88
HexA9CADA1670Fc8284c
Octal25131233226701731050114
Binary1010100111001010110110101011011101111110010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CADA; }

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

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

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

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

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

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

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

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