#A2CEDF

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

Shades of French Pass #A2CEDF

Tints of French Pass #A2CEDF

Color information

#A2CEDF (or 0xA2CEDF) is unknown color: approx French Pass. HEX triplet: A2, CE and DF. RGB value is (162,206,223). Sum of RGB (Red+Green+Blue) = 162+206+223=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEDF is #5D3120. Grayscale: #C2C2C2. Windows color (decimal): -6107425 or 14667426. OLE color: 14667426.

HSL color Cylindrical-coordinate representation of color #A2CEDF: hue angle of 196.72º degrees, saturation: 0.49, 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 #A2CEDF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162206223-
CMYK0.270.0800.13
HSL196.72º48.8%75.49%-
HSV(B)196.72º27.35%87.45%-
XYZ50.2957.1578.19-
YUV194.78143.92104.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.41%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=27.41%
G=34.86%
B=37.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622062230.270.0800.13196.7248.875.49
HexA2CEDF1B80Dc5314b
Octal242316337331001530561113
Binary10100010110011101101111111011100001101110001011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEDF; }

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

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

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

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

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

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

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

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