#A1D4E5

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

Shades of French Pass #A1D4E5

Tints of French Pass #A1D4E5

Color information

#A1D4E5 (or 0xA1D4E5) is unknown color: approx French Pass. HEX triplet: A1, D4 and E5. RGB value is (161,212,229). Sum of RGB (Red+Green+Blue) = 161+212+229=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #A1D4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4E5 is #5E2B1A. Grayscale: #C6C6C6. Windows color (decimal): -6171419 or 15062177. OLE color: 15062177.

HSL color Cylindrical-coordinate representation of color #A1D4E5: hue angle of 195º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D4E5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161212229-
CMYK0.300.0700.10
HSL195º56.67%76.47%-
HSV(B)195º29.69%89.8%-
XYZ52.3860.3283.01-
YUV198.69145.1101.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.74%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=26.74%
G=35.22%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612122290.300.0700.1019556.6776.47
HexA1D4E51E70Ac3394c
Octal24132434536701230371114
Binary1010000111010100111001011111011101010110000111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4E5; }

 p { color: rgb(161,212,229); }

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

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

 a { background-color: rgb(161,212,229); }

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

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

 span { border-color: rgb(161,212,229); }

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