#A3CEE0

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

Shades of French Pass #A3CEE0

Tints of French Pass #A3CEE0

Color information

#A3CEE0 (or 0xA3CEE0) is unknown color: approx French Pass. HEX triplet: A3, CE and E0. RGB value is (163,206,224). Sum of RGB (Red+Green+Blue) = 163+206+224=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #A3CEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEE0 is #5C311F. Grayscale: #C3C3C3. Windows color (decimal): -6041888 or 14732963. OLE color: 14732963.

HSL color Cylindrical-coordinate representation of color #A3CEE0: hue angle of 197.7º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3CEE0 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163206224-
CMYK0.270.0800.12
HSL197.7º49.59%75.88%-
HSV(B)197.7º27.23%87.84%-
XYZ50.6357.3178.91-
YUV195.2144.25105.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.49%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=27.49%
G=34.74%
B=37.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632062240.270.0800.12197.749.5975.88
HexA3CEE01B80Cc6324c
Octal243316340331001430662114
Binary10100011110011101110000011011100001100110001101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEE0; }

 p { color: rgb(163,206,224); }

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

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

 a { background-color: rgb(163,206,224); }

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

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

 span { border-color: rgb(163,206,224); }

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