#9BCCCB

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

Shades of Morning Glory #9BCCCB

Tints of Morning Glory #9BCCCB

Color information

#9BCCCB (or 0x9BCCCB) is unknown color: approx Morning Glory. HEX triplet: 9B, CC and CB. RGB value is (155,204,203). Sum of RGB (Red+Green+Blue) = 155+204+203=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCCB is #643334. Grayscale: #BDBDBD. Windows color (decimal): -6566709 or 13356187. OLE color: 13356187.

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

Color convert

RGB155204203-
CMYK0.2400.000.2
HSL178.78º32.45%70.39%-
HSV(B)178.78º24.02%80%-
XYZ45.8954.4764.59-
YUV189.24135.77103.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=27.58%
G=36.30%
B=36.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552042030.2400.000.2178.7832.4570.39
Hex9BCCCB180014b32046
Octal23331431330002426340106
Binary100110111100110011001011110000010100101100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,203); }

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

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

 a { background-color: rgb(155,204,203); }

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

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

 span { border-color: rgb(155,204,203); }

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