#9BC7CD

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

Shades of Morning Glory #9BC7CD

Tints of Morning Glory #9BC7CD

Color information

#9BC7CD (or 0x9BC7CD) is unknown color: approx Morning Glory. HEX triplet: 9B, C7 and CD. RGB value is (155,199,205). Sum of RGB (Red+Green+Blue) = 155+199+205=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7CD is #643832. Grayscale: #BABABA. Windows color (decimal): -6567987 or 13485979. OLE color: 13485979.

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

Color convert

RGB155199205-
CMYK0.240.0300.20
HSL187.2º33.33%70.59%-
HSV(B)187.2º24.39%80.39%-
XYZ44.9652.2265.47-
YUV186.53138.42105.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=27.73%
G=35.60%
B=36.67%

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
Decimal1551992050.240.0300.20187.233.3370.59
Hex9BC7CD183014bb2147
Octal23330731530302427341107
Binary1001101111000111110011011100011010100101110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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