#A7CEDF

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

Shades of French Pass #A7CEDF

Tints of French Pass #A7CEDF

Color information

#A7CEDF (or 0xA7CEDF) is unknown color: approx French Pass. HEX triplet: A7, CE and DF. RGB value is (167,206,223). Sum of RGB (Red+Green+Blue) = 167+206+223=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEDF is #583120. Grayscale: #C4C4C4. Windows color (decimal): -5779745 or 14667431. OLE color: 14667431.

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

Color convert

RGB167206223-
CMYK0.250.0800.13
HSL198.21º46.67%76.47%-
HSV(B)198.21º25.11%87.45%-
XYZ51.3357.6978.24-
YUV196.28143.08107.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.02%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=28.02%
G=34.56%
B=37.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672062230.250.0800.13198.2146.6776.47
HexA7CEDF1980Dc62f4c
Octal247316337311001530657114
Binary10100111110011101101111111001100001101110001101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEDF; }

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

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

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

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

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

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

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

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