#A7D4DF

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

Shades of French Pass #A7D4DF

Tints of French Pass #A7D4DF

Color information

#A7D4DF (or 0xA7D4DF) is unknown color: approx French Pass. HEX triplet: A7, D4 and DF. RGB value is (167,212,223). Sum of RGB (Red+Green+Blue) = 167+212+223=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D4DF is #582B20. Grayscale: #C7C7C7. Windows color (decimal): -5778209 or 14668967. OLE color: 14668967.

HSL color Cylindrical-coordinate representation of color #A7D4DF: hue angle of 191.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7D4DF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167212223-
CMYK0.250.0500.13
HSL191.79º46.67%76.47%-
HSV(B)191.79º25.11%87.45%-
XYZ52.860.6378.73-
YUV199.8141.09104.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.74%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=27.74%
G=35.22%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672122230.250.0500.13191.7946.6776.47
HexA7D4DF1950Dc02f4c
Octal24732433731501530057114
Binary1010011111010100110111111100110101101110000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D4DF; }

 p { color: rgb(167,212,223); }

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

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

 a { background-color: rgb(167,212,223); }

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

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

 span { border-color: rgb(167,212,223); }

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