#A7D3DA

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

Shades of French Pass #A7D3DA

Tints of French Pass #A7D3DA

Color information

#A7D3DA (or 0xA7D3DA) is unknown color: approx French Pass. HEX triplet: A7, D3 and DA. RGB value is (167,211,218). Sum of RGB (Red+Green+Blue) = 167+211+218=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D3DA is #582C25. Grayscale: #C6C6C6. Windows color (decimal): -5778470 or 14341031. OLE color: 14341031.

HSL color Cylindrical-coordinate representation of color #A7D3DA: hue angle of 188.24º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D3DA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167211218-
CMYK0.230.0300.15
HSL188.24º40.8%75.49%-
HSV(B)188.24º23.39%85.49%-
XYZ51.8959.8775.15-
YUV198.64138.92105.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.02%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=28.02%
G=35.40%
B=36.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672112180.230.0300.15188.2440.875.49
HexA7D3DA1730Fbc294b
Octal24732333227301727451113
Binary101001111101001111011010101111101111101111001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D3DA; }

 p { color: rgb(167,211,218); }

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

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

 a { background-color: rgb(167,211,218); }

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

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

 span { border-color: rgb(167,211,218); }

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