#A6CACD

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

Shades of Morning Glory #A6CACD

Tints of Morning Glory #A6CACD

Color information

#A6CACD (or 0xA6CACD) is unknown color: approx Morning Glory. HEX triplet: A6, CA and CD. RGB value is (166,202,205). Sum of RGB (Red+Green+Blue) = 166+202+205=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CACD is #593532. Grayscale: #BFBFBF. Windows color (decimal): -5846323 or 13486758. OLE color: 13486758.

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

Color convert

RGB166202205-
CMYK0.190.0100.20
HSL184.62º28.06%72.75%-
HSV(B)184.62º19.02%80.39%-
XYZ47.8754.7665.8-
YUV191.58135.57109.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=28.97%
G=35.25%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662022050.190.0100.20184.6228.0672.75
HexA6CACD131014b91c49
Octal24631231523102427134111
Binary10100110110010101100110110011101010010111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CACD; }

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

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

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

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

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

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

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

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