#A1CEDE

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

Shades of French Pass #A1CEDE

Tints of French Pass #A1CEDE

Color information

#A1CEDE (or 0xA1CEDE) is unknown color: approx French Pass. HEX triplet: A1, CE and DE. RGB value is (161,206,222). Sum of RGB (Red+Green+Blue) = 161+206+222=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEDE is #5E3121. Grayscale: #C2C2C2. Windows color (decimal): -6172962 or 14601889. OLE color: 14601889.

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

Color convert

RGB161206222-
CMYK0.270.0700.13
HSL195.74º48.03%75.1%-
HSV(B)195.74º27.48%87.06%-
XYZ49.9556.9977.48-
YUV194.37143.59104.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=27.33%
G=34.97%
B=37.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612062220.270.0700.13195.7448.0375.1
HexA1CEDE1B70Dc4304b
Octal24131633633701530460113
Binary1010000111001110110111101101111101101110001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEDE; }

 p { color: rgb(161,206,222); }

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

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

 a { background-color: rgb(161,206,222); }

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

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

 span { border-color: rgb(161,206,222); }

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