#A0D1E5

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

Shades of French Pass #A0D1E5

Tints of French Pass #A0D1E5

Color information

#A0D1E5 (or 0xA0D1E5) is unknown color: approx French Pass. HEX triplet: A0, D1 and E5. RGB value is (160,209,229). Sum of RGB (Red+Green+Blue) = 160+209+229=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #A0D1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1E5 is #5F2E1A. Grayscale: #C4C4C4. Windows color (decimal): -6237723 or 15061408. OLE color: 15061408.

HSL color Cylindrical-coordinate representation of color #A0D1E5: hue angle of 197.39º 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 #A0D1E5 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160209229-
CMYK0.300.0900.10
HSL197.39º57.02%76.27%-
HSV(B)197.39º30.13%89.8%-
XYZ51.4458.7382.75-
YUV196.63146.27101.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 229 (89.84% from 255) = 38.29%
R=26.76%
G=34.95%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602092290.300.0900.10197.3957.0276.27
HexA0D1E51E90Ac5394c
Octal240321345361101230571114
Binary10100000110100011110010111110100101010110001011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D1E5; }

 p { color: rgb(160,209,229); }

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

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

 a { background-color: rgb(160,209,229); }

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

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

 span { border-color: rgb(160,209,229); }

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