#A5D4DF

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

Shades of French Pass #A5D4DF

Tints of French Pass #A5D4DF

Color information

#A5D4DF (or 0xA5D4DF) is unknown color: approx French Pass. HEX triplet: A5, D4 and DF. RGB value is (165,212,223). Sum of RGB (Red+Green+Blue) = 165+212+223=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D4DF is #5A2B20. Grayscale: #C7C7C7. Windows color (decimal): -5909281 or 14668965. OLE color: 14668965.

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

Color convert

RGB165212223-
CMYK0.260.0500.13
HSL191.38º47.54%76.08%-
HSV(B)191.38º26.01%87.45%-
XYZ52.3860.4178.71-
YUV199.2141.43103.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.5%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=27.5%
G=35.33%
B=37.17%

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
Decimal1652122230.260.0500.13191.3847.5476.08
HexA5D4DF1A50Dbf304c
Octal24532433732501527760114
Binary1010010111010100110111111101010101101101111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D4DF; }

 p { color: rgb(165,212,223); }

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

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

 a { background-color: rgb(165,212,223); }

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

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

 span { border-color: rgb(165,212,223); }

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