#9BC5CB

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

Shades of Morning Glory #9BC5CB

Tints of Morning Glory #9BC5CB

Color information

#9BC5CB (or 0x9BC5CB) is unknown color: approx Morning Glory. HEX triplet: 9B, C5 and CB. RGB value is (155,197,203). Sum of RGB (Red+Green+Blue) = 155+197+203=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5CB is #643A34. Grayscale: #B9B9B9. Windows color (decimal): -6568501 or 13354395. OLE color: 13354395.

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

Color convert

RGB155197203-
CMYK0.240.0300.20
HSL187.5º31.58%70.2%-
HSV(B)187.5º23.65%79.61%-
XYZ44.2651.2164.05-
YUV185.13138.09106.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=27.93%
G=35.50%
B=36.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551972030.240.0300.20187.531.5870.2
Hex9BC5CB183014bc2046
Octal23330531330302427440106
Binary1001101111000101110010111100011010100101111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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