#A9CDDC

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

Shades of French Pass #A9CDDC

Tints of French Pass #A9CDDC

Color information

#A9CDDC (or 0xA9CDDC) is unknown color: approx French Pass. HEX triplet: A9, CD and DC. RGB value is (169,205,220). Sum of RGB (Red+Green+Blue) = 169+205+220=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDDC is #563223. Grayscale: #C3C3C3. Windows color (decimal): -5648932 or 14470569. OLE color: 14470569.

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

Color convert

RGB169205220-
CMYK0.230.0700.14
HSL197.65º42.15%76.27%-
HSV(B)197.65º23.18%86.27%-
XYZ51.1157.2676.07-
YUV195.95141.57108.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=28.45%
G=34.51%
B=37.04%

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
Decimal1692052200.230.0700.14197.6542.1576.27
HexA9CDDC1770Ec62a4c
Octal25131533427701630652114
Binary1010100111001101110111001011111101110110001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDDC; }

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

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

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

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

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

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

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

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