#9BCAC7

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

Shades of Morning Glory #9BCAC7

Tints of Morning Glory #9BCAC7

Color information

#9BCAC7 (or 0x9BCAC7) is unknown color: approx Morning Glory. HEX triplet: 9B, CA and C7. RGB value is (155,202,199). Sum of RGB (Red+Green+Blue) = 155+202+199=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAC7 is #643538. Grayscale: #BBBBBB. Windows color (decimal): -6567225 or 13093531. OLE color: 13093531.

HSL color Cylindrical-coordinate representation of color #9BCAC7: hue angle of 176.17º 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 #9BCAC7 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB155202199-
CMYK0.2300.010.21
HSL176.17º30.72%70%-
HSV(B)176.17º23.27%79.22%-
XYZ44.9553.3361.96-
YUV187.6134.43104.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 199 (78.12% from 255) = 35.79%
R=27.88%
G=36.33%
B=35.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021990.2300.010.21176.1730.7270
Hex9BCAC7170115b01f46
Octal23331230727012526037106
Binary10011011110010101100011110111011010110110000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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