#A5D0DD

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

Shades of French Pass #A5D0DD

Tints of French Pass #A5D0DD

Color information

#A5D0DD (or 0xA5D0DD) is unknown color: approx French Pass. HEX triplet: A5, D0 and DD. RGB value is (165,208,221). Sum of RGB (Red+Green+Blue) = 165+208+221=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5D0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0DD is #5A2F22. Grayscale: #C4C4C4. Windows color (decimal): -5910307 or 14536869. OLE color: 14536869.

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

Color convert

RGB165208221-
CMYK0.250.0600.13
HSL193.93º45.16%75.69%-
HSV(B)193.93º25.34%86.67%-
XYZ51.1258.3376.97-
YUV196.62141.75105.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.78%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=27.78%
G=35.02%
B=37.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652082210.250.0600.13193.9345.1675.69
HexA5D0DD1960Dc22d4c
Octal24532033531601530255114
Binary1010010111010000110111011100111001101110000101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D0DD; }

 p { color: rgb(165,208,221); }

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

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

 a { background-color: rgb(165,208,221); }

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

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

 span { border-color: rgb(165,208,221); }

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