#9ACFCE

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

Shades of Morning Glory #9ACFCE

Tints of Morning Glory #9ACFCE

Color information

#9ACFCE (or 0x9ACFCE) is unknown color: approx Morning Glory. HEX triplet: 9A, CF and CE. RGB value is (154,207,206). Sum of RGB (Red+Green+Blue) = 154+207+206=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFCE is #653031. Grayscale: #BEBEBE. Windows color (decimal): -6631474 or 13553562. OLE color: 13553562.

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

Color convert

RGB154207206-
CMYK0.2600.000.19
HSL178.87º35.57%70.78%-
HSV(B)178.87º25.6%81.18%-
XYZ46.7855.9566.73-
YUV191.04136.44101.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=27.16%
G=36.51%
B=36.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542072060.2600.000.19178.8735.5770.78
Hex9ACFCE1A0013b32447
Octal23231731632002326344107
Binary100110101100111111001110110100010011101100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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