#A4CEDD

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

Shades of French Pass #A4CEDD

Tints of French Pass #A4CEDD

Color information

#A4CEDD (or 0xA4CEDD) is unknown color: approx French Pass. HEX triplet: A4, CE and DD. RGB value is (164,206,221). Sum of RGB (Red+Green+Blue) = 164+206+221=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEDD is #5B3122. Grayscale: #C3C3C3. Windows color (decimal): -5976355 or 14536356. OLE color: 14536356.

HSL color Cylindrical-coordinate representation of color #A4CEDD: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4CEDD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164206221-
CMYK0.260.0700.13
HSL195.79º45.6%75.49%-
HSV(B)195.79º25.79%86.67%-
XYZ50.4357.2676.8-
YUV195.15142.59105.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=27.75%
G=34.86%
B=37.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642062210.260.0700.13195.7945.675.49
HexA4CEDD1A70Dc42e4b
Octal24431633532701530456113
Binary1010010011001110110111011101011101101110001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEDD; }

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

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

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

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

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

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

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

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