#A7D5DC

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

Shades of French Pass #A7D5DC

Tints of French Pass #A7D5DC

Color information

#A7D5DC (or 0xA7D5DC) is unknown color: approx French Pass. HEX triplet: A7, D5 and DC. RGB value is (167,213,220). Sum of RGB (Red+Green+Blue) = 167+213+220=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5DC is #582A23. Grayscale: #C7C7C7. Windows color (decimal): -5777956 or 14472615. OLE color: 14472615.

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

Color convert

RGB167213220-
CMYK0.240.0300.14
HSL187.92º43.09%75.88%-
HSV(B)187.92º24.09%86.27%-
XYZ52.6560.9776.7-
YUV200.04139.26104.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.83%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=27.83%
G=35.5%
B=36.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672132200.240.0300.14187.9243.0975.88
HexA7D5DC1830Ebc2b4c
Octal24732533430301627453114
Binary101001111101010111011100110001101110101111001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D5DC; }

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

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

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

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

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

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

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

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