#A1CDCE

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

Shades of Morning Glory #A1CDCE

Tints of Morning Glory #A1CDCE

Color information

#A1CDCE (or 0xA1CDCE) is unknown color: approx Morning Glory. HEX triplet: A1, CD and CE. RGB value is (161,205,206). Sum of RGB (Red+Green+Blue) = 161+205+206=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDCE is #5E3231. Grayscale: #BFBFBF. Windows color (decimal): -6173234 or 13553057. OLE color: 13553057.

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

Color convert

RGB161205206-
CMYK0.220.0000.19
HSL181.33º31.47%71.96%-
HSV(B)181.33º21.84%80.78%-
XYZ47.6755.766.63-
YUV191.96135.92105.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=28.15%
G=35.84%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612052060.220.0000.19181.3331.4771.96
HexA1CDCE160013b51f48
Octal24131531626002326537110
Binary10100001110011011100111010110001001110110101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDCE; }

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

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

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

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

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

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

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

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