#9AC1C6

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

Shades of Morning Glory #9AC1C6

Tints of Morning Glory #9AC1C6

Color information

#9AC1C6 (or 0x9AC1C6) is unknown color: approx Morning Glory. HEX triplet: 9A, C1 and C6. RGB value is (154,193,198). Sum of RGB (Red+Green+Blue) = 154+193+198=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 198 - color contains mainly: blue. Hex color #9AC1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC1C6 is #653E39. Grayscale: #B5B5B5. Windows color (decimal): -6635066 or 13025690. OLE color: 13025690.

HSL color Cylindrical-coordinate representation of color #9AC1C6: hue angle of 186.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC1C6 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB154193198-
CMYK0.220.0300.22
HSL186.82º27.85%69.02%-
HSV(B)186.82º22.22%77.65%-
XYZ42.5949.0960.66-
YUV181.91137.08108.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=28.26%
G=35.41%
B=36.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541931980.220.0300.22186.8227.8569.02
Hex9AC1C6163016bb1c45
Octal23230130626302627334105
Binary100110101100000111000110101101101011010111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,193,198); }

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

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

 a { background-color: rgb(154,193,198); }

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

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

 span { border-color: rgb(154,193,198); }

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