#A0CACD

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

Shades of Morning Glory #A0CACD

Tints of Morning Glory #A0CACD

Color information

#A0CACD (or 0xA0CACD) is unknown color: approx Morning Glory. HEX triplet: A0, CA and CD. RGB value is (160,202,205). Sum of RGB (Red+Green+Blue) = 160+202+205=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CACD is #5F3532. Grayscale: #BDBDBD. Windows color (decimal): -6239539 or 13486752. OLE color: 13486752.

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

Color convert

RGB160202205-
CMYK0.220.0100.20
HSL184º31.03%71.57%-
HSV(B)184º21.95%80.39%-
XYZ46.6454.1265.75-
YUV189.78136.59106.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=28.22%
G=35.63%
B=36.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602022050.220.0100.2018431.0371.57
HexA0CACD161014b81f48
Octal24031231526102427037110
Binary10100000110010101100110110110101010010111000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CACD; }

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

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

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

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

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

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

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

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