#A7D1DC

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

Shades of French Pass #A7D1DC

Tints of French Pass #A7D1DC

Color information

#A7D1DC (or 0xA7D1DC) is unknown color: approx French Pass. HEX triplet: A7, D1 and DC. RGB value is (167,209,220). Sum of RGB (Red+Green+Blue) = 167+209+220=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D1DC is #582E23. Grayscale: #C5C5C5. Windows color (decimal): -5778980 or 14471591. OLE color: 14471591.

HSL color Cylindrical-coordinate representation of color #A7D1DC: hue angle of 192.45º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7D1DC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167209220-
CMYK0.240.0500.14
HSL192.45º43.09%75.88%-
HSV(B)192.45º24.09%86.27%-
XYZ51.6658.9876.37-
YUV197.7140.59106.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.02%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=28.02%
G=35.07%
B=36.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672092200.240.0500.14192.4543.0975.88
HexA7D1DC1850Ec02b4c
Octal24732133430501630053114
Binary1010011111010001110111001100010101110110000001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D1DC; }

 p { color: rgb(167,209,220); }

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

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

 a { background-color: rgb(167,209,220); }

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

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

 span { border-color: rgb(167,209,220); }

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