#A4CDCE

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

Shades of Morning Glory #A4CDCE

Tints of Morning Glory #A4CDCE

Color information

#A4CDCE (or 0xA4CDCE) is unknown color: approx Morning Glory. HEX triplet: A4, CD and CE. RGB value is (164,205,206). Sum of RGB (Red+Green+Blue) = 164+205+206=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCE is #5B3231. Grayscale: #C0C0C0. Windows color (decimal): -5976626 or 13553060. OLE color: 13553060.

HSL color Cylindrical-coordinate representation of color #A4CDCE: hue angle of 181.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDCE is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164205206-
CMYK0.200.0000.19
HSL181.43º30%72.55%-
HSV(B)181.43º20.39%80.78%-
XYZ48.2856.0166.66-
YUV192.86135.42107.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.52%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=28.52%
G=35.65%
B=35.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642052060.200.0000.19181.433072.55
HexA4CDCE140013b51e49
Octal24431531624002326536111
Binary10100100110011011100111010100001001110110101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDCE; }

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

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

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

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

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

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

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

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