#9ACACF

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

Shades of Morning Glory #9ACACF

Tints of Morning Glory #9ACACF

Color information

#9ACACF (or 0x9ACACF) is unknown color: approx Morning Glory. HEX triplet: 9A, CA and CF. RGB value is (154,202,207). Sum of RGB (Red+Green+Blue) = 154+202+207=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ACACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACACF is #653530. Grayscale: #BCBCBC. Windows color (decimal): -6632753 or 13617818. OLE color: 13617818.

HSL color Cylindrical-coordinate representation of color #9ACACF: hue angle of 185.66º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACACF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154202207-
CMYK0.260.0200.19
HSL185.66º35.57%70.78%-
HSV(B)185.66º25.6%81.18%-
XYZ45.7153.6266.97-
YUV188.22138.6103.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=27.35%
G=35.88%
B=36.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542022070.260.0200.19185.6635.5770.78
Hex9ACACF1A2013ba2447
Octal23231231732202327244107
Binary1001101011001010110011111101010010011101110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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