#A5D6DE

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

Shades of French Pass #A5D6DE

Tints of French Pass #A5D6DE

Color information

#A5D6DE (or 0xA5D6DE) is unknown color: approx French Pass. HEX triplet: A5, D6 and DE. RGB value is (165,214,222). Sum of RGB (Red+Green+Blue) = 165+214+222=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5D6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6DE is #5A2921. Grayscale: #C8C8C8. Windows color (decimal): -5908770 or 14603941. OLE color: 14603941.

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

Color convert

RGB165214222-
CMYK0.260.0400.13
HSL188.42º46.34%75.88%-
HSV(B)188.42º25.68%87.06%-
XYZ52.7561.3778.17-
YUV200.26140.27102.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.45%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=27.45%
G=35.61%
B=36.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652142220.260.0400.13188.4246.3475.88
HexA5D6DE1A40Dbc2e4c
Octal24532633632401527456114
Binary1010010111010110110111101101010001101101111001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6DE; }

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

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

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

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

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

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

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

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