#A4CEDC

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

Shades of French Pass #A4CEDC

Tints of French Pass #A4CEDC

Color information

#A4CEDC (or 0xA4CEDC) is unknown color: approx French Pass. HEX triplet: A4, CE and DC. RGB value is (164,206,220). Sum of RGB (Red+Green+Blue) = 164+206+220=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEDC is #5B3123. Grayscale: #C2C2C2. Windows color (decimal): -5976356 or 14470820. OLE color: 14470820.

HSL color Cylindrical-coordinate representation of color #A4CEDC: hue angle of 195º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CEDC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164206220-
CMYK0.250.0600.14
HSL195º44.44%75.29%-
HSV(B)195º25.45%86.27%-
XYZ50.357.276.1-
YUV195.04142.09105.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.80%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=27.80%
G=34.92%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642062200.250.0600.1419544.4475.29
HexA4CEDC1960Ec32c4b
Octal24431633431601630354113
Binary1010010011001110110111001100111001110110000111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEDC; }

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

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

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

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

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

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

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

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