#A5C9DD

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

Shades of French Pass #A5C9DD

Tints of French Pass #A5C9DD

Color information

#A5C9DD (or 0xA5C9DD) is unknown color: approx French Pass. HEX triplet: A5, C9 and DD. RGB value is (165,201,221). Sum of RGB (Red+Green+Blue) = 165+201+221=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9DD is #5A3622. Grayscale: #C0C0C0. Windows color (decimal): -5912099 or 14535077. OLE color: 14535077.

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

Color convert

RGB165201221-
CMYK0.250.0900.13
HSL201.43º45.16%75.69%-
HSV(B)201.43º25.34%86.67%-
XYZ49.4554.9976.41-
YUV192.52144.07108.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=28.11%
G=34.24%
B=37.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652012210.250.0900.13201.4345.1675.69
HexA5C9DD1990Dc92d4c
Octal245311335311101531155114
Binary10100101110010011101110111001100101101110010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9DD; }

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

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

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

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

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

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

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

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