#9BCAC6

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

Shades of Morning Glory #9BCAC6

Tints of Morning Glory #9BCAC6

Color information

#9BCAC6 (or 0x9BCAC6) is unknown color: approx Morning Glory. HEX triplet: 9B, CA and C6. RGB value is (155,202,198). Sum of RGB (Red+Green+Blue) = 155+202+198=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAC6 is #643539. Grayscale: #BBBBBB. Windows color (decimal): -6567226 or 13027995. OLE color: 13027995.

HSL color Cylindrical-coordinate representation of color #9BCAC6: hue angle of 174.89º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAC6 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB155202198-
CMYK0.2300.020.21
HSL174.89º30.72%70%-
HSV(B)174.89º23.27%79.22%-
XYZ44.8353.2961.35-
YUV187.49133.93104.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=27.93%
G=36.40%
B=35.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021980.2300.020.21174.8930.7270
Hex9BCAC6170215af1f46
Octal23331230627022525737106
Binary100110111100101011000110101110101010110101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,198); }

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

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

 a { background-color: rgb(155,202,198); }

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

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

 span { border-color: rgb(155,202,198); }

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