#A5D3DE

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

Shades of French Pass #A5D3DE

Tints of French Pass #A5D3DE

Color information

#A5D3DE (or 0xA5D3DE) is unknown color: approx French Pass. HEX triplet: A5, D3 and DE. RGB value is (165,211,222). Sum of RGB (Red+Green+Blue) = 165+211+222=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5D3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3DE is #5A2C21. Grayscale: #C6C6C6. Windows color (decimal): -5909538 or 14603173. OLE color: 14603173.

HSL color Cylindrical-coordinate representation of color #A5D3DE: hue angle of 191.58º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5D3DE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165211222-
CMYK0.260.0500.13
HSL191.58º46.34%75.88%-
HSV(B)191.58º25.68%87.06%-
XYZ5259.8677.92-
YUV198.5141.26104.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.59%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=27.59%
G=35.28%
B=37.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652112220.260.0500.13191.5846.3475.88
HexA5D3DE1A50Dc02e4c
Octal24532333632501530056114
Binary1010010111010011110111101101010101101110000001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3DE; }

 p { color: rgb(165,211,222); }

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

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

 a { background-color: rgb(165,211,222); }

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

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

 span { border-color: rgb(165,211,222); }

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