#A9D6DC

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

Shades of French Pass #A9D6DC

Tints of French Pass #A9D6DC

Color information

#A9D6DC (or 0xA9D6DC) is unknown color: approx French Pass. HEX triplet: A9, D6 and DC. RGB value is (169,214,220). Sum of RGB (Red+Green+Blue) = 169+214+220=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D6DC is #562923. Grayscale: #C9C9C9. Windows color (decimal): -5646628 or 14472873. OLE color: 14472873.

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

Color convert

RGB169214220-
CMYK0.230.0300.14
HSL187.06º42.15%76.27%-
HSV(B)187.06º23.18%86.27%-
XYZ53.3361.776.81-
YUV201.23138.59105.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.03%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=28.03%
G=35.49%
B=36.48%

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
Decimal1692142200.230.0300.14187.0642.1576.27
HexA9D6DC1730Ebb2a4c
Octal25132633427301627352114
Binary101010011101011011011100101111101110101110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6DC; }

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

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

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

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

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

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

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

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