#A5CACD

Color #A5CACD Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A5CACD

Tints of Morning Glory #A5CACD

Color information

#A5CACD (or 0xA5CACD) is unknown color: approx Morning Glory. HEX triplet: A5, CA and CD. RGB value is (165,202,205). Sum of RGB (Red+Green+Blue) = 165+202+205=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CACD is #5A3532. Grayscale: #BFBFBF. Windows color (decimal): -5911859 or 13486757. OLE color: 13486757.

HSL color Cylindrical-coordinate representation of color #A5CACD: hue angle of 184.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CACD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165202205-
CMYK0.200.0100.20
HSL184.5º28.57%72.55%-
HSV(B)184.5º19.51%80.39%-
XYZ47.6654.6565.79-
YUV191.28135.74109.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=28.85%
G=35.31%
B=35.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652022050.200.0100.20184.528.5772.55
HexA5CACD141014b81d49
Octal24531231524102427035111
Binary10100101110010101100110110100101010010111000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CACD; }

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

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

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

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

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

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

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

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