#9ACACD

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

Shades of Morning Glory #9ACACD

Tints of Morning Glory #9ACACD

Color information

#9ACACD (or 0x9ACACD) is unknown color: approx Morning Glory. HEX triplet: 9A, CA and CD. RGB value is (154,202,205). Sum of RGB (Red+Green+Blue) = 154+202+205=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #9ACACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACACD is #653532. Grayscale: #BBBBBB. Windows color (decimal): -6632755 or 13486746. OLE color: 13486746.

HSL color Cylindrical-coordinate representation of color #9ACACD: hue angle of 183.53º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACACD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154202205-
CMYK0.250.0100.20
HSL183.53º33.77%70.39%-
HSV(B)183.53º24.88%80.39%-
XYZ45.4753.5265.69-
YUV187.99137.6103.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=27.45%
G=36.01%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542022050.250.0100.20183.5333.7770.39
Hex9ACACD191014b82246
Octal23231231531102427042106
Binary100110101100101011001101110011010100101110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACACD; }

 p { color: rgb(154,202,205); }

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

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

 a { background-color: rgb(154,202,205); }

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

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

 span { border-color: rgb(154,202,205); }

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