#A0CEDF

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

Shades of French Pass #A0CEDF

Tints of French Pass #A0CEDF

Color information

#A0CEDF (or 0xA0CEDF) is unknown color: approx French Pass. HEX triplet: A0, CE and DF. RGB value is (160,206,223). Sum of RGB (Red+Green+Blue) = 160+206+223=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEDF is #5F3120. Grayscale: #C2C2C2. Windows color (decimal): -6238497 or 14667424. OLE color: 14667424.

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

Color convert

RGB160206223-
CMYK0.280.0800.13
HSL196.19º49.61%75.1%-
HSV(B)196.19º28.25%87.45%-
XYZ49.8956.9478.17-
YUV194.18144.26103.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=27.16%
G=34.97%
B=37.86%

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
Decimal1602062230.280.0800.13196.1949.6175.1
HexA0CEDF1C80Dc4324b
Octal240316337341001530462113
Binary10100000110011101101111111100100001101110001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEDF; }

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

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

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

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

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

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

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

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