#A5CACE

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

Shades of Morning Glory #A5CACE

Tints of Morning Glory #A5CACE

Color information

#A5CACE (or 0xA5CACE) is unknown color: approx Morning Glory. HEX triplet: A5, CA and CE. RGB value is (165,202,206). Sum of RGB (Red+Green+Blue) = 165+202+206=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CACE is #5A3531. Grayscale: #BFBFBF. Windows color (decimal): -5911858 or 13552293. OLE color: 13552293.

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

Color convert

RGB165202206-
CMYK0.200.0200.19
HSL185.85º29.5%72.75%-
HSV(B)185.85º19.9%80.78%-
XYZ47.7854.766.43-
YUV191.39136.24109.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=28.80%
G=35.25%
B=35.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652022060.200.0200.19185.8529.572.75
HexA5CACE142013ba1d49
Octal24531231624202327235111
Binary101001011100101011001110101001001001110111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CACE; }

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

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

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

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

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

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

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

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