#A9CADC

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

Shades of French Pass #A9CADC

Tints of French Pass #A9CADC

Color information

#A9CADC (or 0xA9CADC) is unknown color: approx French Pass. HEX triplet: A9, CA and DC. RGB value is (169,202,220). Sum of RGB (Red+Green+Blue) = 169+202+220=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CADC is #563523. Grayscale: #C2C2C2. Windows color (decimal): -5649700 or 14469801. OLE color: 14469801.

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

Color convert

RGB169202220-
CMYK0.230.0800.14
HSL201.18º42.15%76.27%-
HSV(B)201.18º23.18%86.27%-
XYZ50.455.8475.83-
YUV194.18142.57110.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.60%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=28.60%
G=34.18%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692022200.230.0800.14201.1842.1576.27
HexA9CADC1780Ec92a4c
Octal251312334271001631152114
Binary10101001110010101101110010111100001110110010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CADC; }

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

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

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

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

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

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

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

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