#A7D1DE

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

Shades of French Pass #A7D1DE

Tints of French Pass #A7D1DE

Color information

#A7D1DE (or 0xA7D1DE) is unknown color: approx French Pass. HEX triplet: A7, D1 and DE. RGB value is (167,209,222). Sum of RGB (Red+Green+Blue) = 167+209+222=598 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.93% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #A7D1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D1DE is #582E21. Grayscale: #C5C5C5. Windows color (decimal): -5778978 or 14602663. OLE color: 14602663.

HSL color Cylindrical-coordinate representation of color #A7D1DE: hue angle of 194.18º degrees, saturation: 0.45, 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 #A7D1DE is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167209222-
CMYK0.250.0600.13
HSL194.18º45.45%76.27%-
HSV(B)194.18º24.77%87.06%-
XYZ51.9259.0977.78-
YUV197.92141.59105.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.93%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=27.93%
G=34.95%
B=37.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672092220.250.0600.13194.1845.4576.27
HexA7D1DE1960Dc22d4c
Octal24732133631601530255114
Binary1010011111010001110111101100111001101110000101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D1DE; }

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

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

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

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

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

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

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

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