#A9CDE0

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

Shades of French Pass #A9CDE0

Tints of French Pass #A9CDE0

Color information

#A9CDE0 (or 0xA9CDE0) is unknown color: approx French Pass. HEX triplet: A9, CD and E0. RGB value is (169,205,224). Sum of RGB (Red+Green+Blue) = 169+205+224=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #A9CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDE0 is #56321F. Grayscale: #C4C4C4. Windows color (decimal): -5648928 or 14732713. OLE color: 14732713.

HSL color Cylindrical-coordinate representation of color #A9CDE0: hue angle of 200.73º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9CDE0 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169205224-
CMYK0.250.0800.12
HSL200.73º47.01%77.06%-
HSV(B)200.73º24.55%87.84%-
XYZ51.6557.4878.89-
YUV196.4143.57108.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.26%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=28.26%
G=34.28%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692052240.250.0800.12200.7347.0177.06
HexA9CDE01980Cc92f4d
Octal251315340311001431157115
Binary10101001110011011110000011001100001100110010011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDE0; }

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

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

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

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

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

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

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

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