#A9D5DC

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

Shades of French Pass #A9D5DC

Tints of French Pass #A9D5DC

Color information

#A9D5DC (or 0xA9D5DC) is unknown color: approx French Pass. HEX triplet: A9, D5 and DC. RGB value is (169,213,220). Sum of RGB (Red+Green+Blue) = 169+213+220=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5DC is #562A23. Grayscale: #C8C8C8. Windows color (decimal): -5646884 or 14472617. OLE color: 14472617.

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

Color convert

RGB169213220-
CMYK0.230.0300.14
HSL188.24º42.15%76.27%-
HSV(B)188.24º23.18%86.27%-
XYZ53.0761.1976.72-
YUV200.64138.92105.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.07%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=28.07%
G=35.38%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692132200.230.0300.14188.2442.1576.27
HexA9D5DC1730Ebc2a4c
Octal25132533427301627452114
Binary101010011101010111011100101111101110101111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5DC; }

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

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

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

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

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

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

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

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