#A9CCDC

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

Shades of French Pass #A9CCDC

Tints of French Pass #A9CCDC

Color information

#A9CCDC (or 0xA9CCDC) is unknown color: approx French Pass. HEX triplet: A9, CC and DC. RGB value is (169,204,220). Sum of RGB (Red+Green+Blue) = 169+204+220=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCDC is #563323. Grayscale: #C3C3C3. Windows color (decimal): -5649188 or 14470313. OLE color: 14470313.

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

Color convert

RGB169204220-
CMYK0.230.0700.14
HSL198.82º42.15%76.27%-
HSV(B)198.82º23.18%86.27%-
XYZ50.8756.7975.99-
YUV195.36141.9109.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=28.50%
G=34.40%
B=37.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692042200.230.0700.14198.8242.1576.27
HexA9CCDC1770Ec72a4c
Octal25131433427701630752114
Binary1010100111001100110111001011111101110110001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCDC; }

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

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

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

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

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

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

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

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