#A1CDCC

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

Shades of Morning Glory #A1CDCC

Tints of Morning Glory #A1CDCC

Color information

#A1CDCC (or 0xA1CDCC) is unknown color: approx Morning Glory. HEX triplet: A1, CD and CC. RGB value is (161,205,204). Sum of RGB (Red+Green+Blue) = 161+205+204=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDCC is #5E3233. Grayscale: #BFBFBF. Windows color (decimal): -6173236 or 13421985. OLE color: 13421985.

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

Color convert

RGB161205204-
CMYK0.2100.000.20
HSL178.64º30.56%71.76%-
HSV(B)178.64º21.46%80.39%-
XYZ47.4355.665.36-
YUV191.73134.92106.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=28.25%
G=35.96%
B=35.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612052040.2100.000.20178.6430.5671.76
HexA1CDCC150014b31f48
Octal24131531425002426337110
Binary10100001110011011100110010101001010010110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDCC; }

 p { color: rgb(161,205,204); }

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

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

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

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

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

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

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