#A9CADD

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

Shades of French Pass #A9CADD

Tints of French Pass #A9CADD

Color information

#A9CADD (or 0xA9CADD) is unknown color: approx French Pass. HEX triplet: A9, CA and DD. RGB value is (169,202,221). Sum of RGB (Red+Green+Blue) = 169+202+221=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CADD is #563522. Grayscale: #C2C2C2. Windows color (decimal): -5649699 or 14535337. OLE color: 14535337.

HSL color Cylindrical-coordinate representation of color #A9CADD: hue angle of 201.92º 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 #A9CADD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169202221-
CMYK0.240.0900.13
HSL201.92º43.33%76.47%-
HSV(B)201.92º23.53%86.67%-
XYZ50.5355.976.53-
YUV194.3143.07109.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=28.55%
G=34.12%
B=37.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692022210.240.0900.13201.9243.3376.47
HexA9CADD1890Dca2b4c
Octal251312335301101531253114
Binary10101001110010101101110111000100101101110010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CADD; }

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

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

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

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

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

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

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

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