#A1CCCE

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

Shades of Morning Glory #A1CCCE

Tints of Morning Glory #A1CCCE

Color information

#A1CCCE (or 0xA1CCCE) is unknown color: approx Morning Glory. HEX triplet: A1, CC and CE. RGB value is (161,204,206). Sum of RGB (Red+Green+Blue) = 161+204+206=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCCE is #5E3331. Grayscale: #BFBFBF. Windows color (decimal): -6173490 or 13552801. OLE color: 13552801.

HSL color Cylindrical-coordinate representation of color #A1CCCE: hue angle of 182.67º 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 #A1CCCE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161204206-
CMYK0.220.0100.19
HSL182.67º31.47%71.96%-
HSV(B)182.67º21.84%80.78%-
XYZ47.4355.2266.55-
YUV191.37136.25106.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.20%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=28.20%
G=35.73%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612042060.220.0100.19182.6731.4771.96
HexA1CCCE161013b71f48
Octal24131431626102326737110
Binary10100001110011001100111010110101001110110111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCCE; }

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

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

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

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

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

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

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

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