#9ACBC8

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

Shades of Morning Glory #9ACBC8

Tints of Morning Glory #9ACBC8

Color information

#9ACBC8 (or 0x9ACBC8) is unknown color: approx Morning Glory. HEX triplet: 9A, CB and C8. RGB value is (154,203,200). Sum of RGB (Red+Green+Blue) = 154+203+200=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBC8 is #653437. Grayscale: #BBBBBB. Windows color (decimal): -6632504 or 13159322. OLE color: 13159322.

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

Color convert

RGB154203200-
CMYK0.2400.010.20
HSL176.33º32.03%70%-
HSV(B)176.33º24.14%79.61%-
XYZ45.1153.7562.64-
YUV188.01134.77103.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=27.65%
G=36.45%
B=35.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542032000.2400.010.20176.3332.0370
Hex9ACBC8180114b02046
Octal23231331030012426040106
Binary100110101100101111001000110000110100101100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,200); }

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

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

 a { background-color: rgb(154,203,200); }

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

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

 span { border-color: rgb(154,203,200); }

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