#A7CEDC

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

Shades of French Pass #A7CEDC

Tints of French Pass #A7CEDC

Color information

#A7CEDC (or 0xA7CEDC) is unknown color: approx French Pass. HEX triplet: A7, CE and DC. RGB value is (167,206,220). Sum of RGB (Red+Green+Blue) = 167+206+220=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEDC is #583123. Grayscale: #C3C3C3. Windows color (decimal): -5779748 or 14470823. OLE color: 14470823.

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

Color convert

RGB167206220-
CMYK0.240.0600.14
HSL195.85º43.09%75.88%-
HSV(B)195.85º24.09%86.27%-
XYZ50.9357.5376.13-
YUV195.94141.58107.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=28.16%
G=34.74%
B=37.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672062200.240.0600.14195.8543.0975.88
HexA7CEDC1860Ec42b4c
Octal24731633430601630453114
Binary1010011111001110110111001100011001110110001001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEDC; }

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

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

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

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

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

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

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

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