#A9CEDC

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

Shades of French Pass #A9CEDC

Tints of French Pass #A9CEDC

Color information

#A9CEDC (or 0xA9CEDC) is unknown color: approx French Pass. HEX triplet: A9, CE and DC. RGB value is (169,206,220). Sum of RGB (Red+Green+Blue) = 169+206+220=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEDC is #563123. Grayscale: #C4C4C4. Windows color (decimal): -5648676 or 14470825. OLE color: 14470825.

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

Color convert

RGB169206220-
CMYK0.230.0600.14
HSL196.47º42.15%76.27%-
HSV(B)196.47º23.18%86.27%-
XYZ51.3557.7476.15-
YUV196.53141.24108.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.40%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=28.40%
G=34.62%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692062200.230.0600.14196.4742.1576.27
HexA9CEDC1760Ec42a4c
Octal25131633427601630452114
Binary1010100111001110110111001011111001110110001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEDC; }

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

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

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

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

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

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

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

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