#A3CACD

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

Shades of Morning Glory #A3CACD

Tints of Morning Glory #A3CACD

Color information

#A3CACD (or 0xA3CACD) is unknown color: approx Morning Glory. HEX triplet: A3, CA and CD. RGB value is (163,202,205). Sum of RGB (Red+Green+Blue) = 163+202+205=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CACD is #5C3532. Grayscale: #BEBEBE. Windows color (decimal): -6042931 or 13486755. OLE color: 13486755.

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

Color convert

RGB163202205-
CMYK0.200.0100.20
HSL184.29º29.58%72.16%-
HSV(B)184.29º20.49%80.39%-
XYZ47.2454.4465.77-
YUV190.68136.08108.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=28.60%
G=35.44%
B=35.96%

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
Decimal1632022050.200.0100.20184.2929.5872.16
HexA3CACD141014b81e48
Octal24331231524102427036110
Binary10100011110010101100110110100101010010111000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CACD; }

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

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

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

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

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

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

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

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