#A4CED2

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

Shades of Morning Glory #A4CED2

Tints of Morning Glory #A4CED2

Color information

#A4CED2 (or 0xA4CED2) is unknown color: approx Morning Glory. HEX triplet: A4, CE and D2. RGB value is (164,206,210). Sum of RGB (Red+Green+Blue) = 164+206+210=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #A4CED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CED2 is #5B312D. Grayscale: #C1C1C1. Windows color (decimal): -5976366 or 13815460. OLE color: 13815460.

HSL color Cylindrical-coordinate representation of color #A4CED2: hue angle of 185.22º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4CED2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164206210-
CMYK0.220.0200.18
HSL185.22º33.82%73.33%-
HSV(B)185.22º21.9%82.35%-
XYZ49.0156.6969.33-
YUV193.9137.09106.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.28%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=28.28%
G=35.52%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642062100.220.0200.18185.2233.8273.33
HexA4CED2162012b92249
Octal24431632226202227142111
Binary1010010011001110110100101011010010010101110011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CED2; }

 p { color: rgb(164,206,210); }

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

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

 a { background-color: rgb(164,206,210); }

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

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

 span { border-color: rgb(164,206,210); }

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