#A1CCDE

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

Shades of French Pass #A1CCDE

Tints of French Pass #A1CCDE

Color information

#A1CCDE (or 0xA1CCDE) is unknown color: approx French Pass. HEX triplet: A1, CC and DE. RGB value is (161,204,222). Sum of RGB (Red+Green+Blue) = 161+204+222=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCDE is #5E3321. Grayscale: #C1C1C1. Windows color (decimal): -6173474 or 14601377. OLE color: 14601377.

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

Color convert

RGB161204222-
CMYK0.270.0800.13
HSL197.7º48.03%75.1%-
HSV(B)197.7º27.48%87.06%-
XYZ49.4856.0477.32-
YUV193.2144.25105.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=27.43%
G=34.75%
B=37.82%

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
Decimal1612042220.270.0800.13197.748.0375.1
HexA1CCDE1B80Dc6304b
Octal241314336331001530660113
Binary10100001110011001101111011011100001101110001101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCDE; }

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

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

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

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

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

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

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

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