#A1CECE

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

Shades of Morning Glory #A1CECE

Tints of Morning Glory #A1CECE

Color information

#A1CECE (or 0xA1CECE) is unknown color: approx Morning Glory. HEX triplet: A1, CE and CE. RGB value is (161,206,206). Sum of RGB (Red+Green+Blue) = 161+206+206=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #A1CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CECE is #5E3131. Grayscale: #C0C0C0. Windows color (decimal): -6172978 or 13553313. OLE color: 13553313.

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

Color convert

RGB161206206-
CMYK0.22000.19
HSL180º31.47%71.96%-
HSV(B)180º21.84%80.78%-
XYZ47.9156.1866.71-
YUV192.54135.59105.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=28.10%
G=35.95%
B=35.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612062060.22000.1918031.4771.96
HexA1CECE160013b41f48
Octal24131631626002326437110
Binary10100001110011101100111010110001001110110100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CECE; }

 p { color: rgb(161,206,206); }

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

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

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

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

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

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

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