#A5CDDD

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

Shades of French Pass #A5CDDD

Tints of French Pass #A5CDDD

Color information

#A5CDDD (or 0xA5CDDD) is unknown color: approx French Pass. HEX triplet: A5, CD and DD. RGB value is (165,205,221). Sum of RGB (Red+Green+Blue) = 165+205+221=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDDD is #5A3222. Grayscale: #C2C2C2. Windows color (decimal): -5911075 or 14536101. OLE color: 14536101.

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

Color convert

RGB165205221-
CMYK0.250.0700.13
HSL197.14º45.16%75.69%-
HSV(B)197.14º25.34%86.67%-
XYZ50.456.8876.73-
YUV194.86142.75106.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=27.92%
G=34.69%
B=37.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652052210.250.0700.13197.1445.1675.69
HexA5CDDD1970Dc52d4c
Octal24531533531701530555114
Binary1010010111001101110111011100111101101110001011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDDD; }

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

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

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

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

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

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

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

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