#A1D4E6

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

Shades of French Pass #A1D4E6

Tints of French Pass #A1D4E6

Color information

#A1D4E6 (or 0xA1D4E6) is unknown color: approx French Pass. HEX triplet: A1, D4 and E6. RGB value is (161,212,230). Sum of RGB (Red+Green+Blue) = 161+212+230=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #A1D4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4E6 is #5E2B19. Grayscale: #C6C6C6. Windows color (decimal): -6171418 or 15127713. OLE color: 15127713.

HSL color Cylindrical-coordinate representation of color #A1D4E6: hue angle of 195.65º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D4E6 is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161212230-
CMYK0.30.0800.10
HSL195.65º57.98%76.67%-
HSV(B)195.65º30%90.2%-
XYZ52.5260.3883.75-
YUV198.8145.6101.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=26.70%
G=35.16%
B=38.14%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612122300.30.0800.10195.6557.9876.67
HexA1D4E61E80Ac43a4d
Octal241324346361001230472115
Binary10100001110101001110011011110100001010110001001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4E6; }

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

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

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

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

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

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

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

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