#A1CEDF

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

Shades of French Pass #A1CEDF

Tints of French Pass #A1CEDF

Color information

#A1CEDF (or 0xA1CEDF) is unknown color: approx French Pass. HEX triplet: A1, CE and DF. RGB value is (161,206,223). Sum of RGB (Red+Green+Blue) = 161+206+223=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEDF is #5E3120. Grayscale: #C2C2C2. Windows color (decimal): -6172961 or 14667425. OLE color: 14667425.

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

Color convert

RGB161206223-
CMYK0.280.0800.13
HSL196.45º49.21%75.29%-
HSV(B)196.45º27.8%87.45%-
XYZ50.0957.0578.18-
YUV194.48144.09104.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.29%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=27.29%
G=34.92%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612062230.280.0800.13196.4549.2175.29
HexA1CEDF1C80Dc4314b
Octal241316337341001530461113
Binary10100001110011101101111111100100001101110001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEDF; }

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

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

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

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

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

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

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

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