#9BD0CD

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

Shades of Morning Glory #9BD0CD

Tints of Morning Glory #9BD0CD

Color information

#9BD0CD (or 0x9BD0CD) is unknown color: approx Morning Glory. HEX triplet: 9B, D0 and CD. RGB value is (155,208,205). Sum of RGB (Red+Green+Blue) = 155+208+205=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0CD is #642F32. Grayscale: #BFBFBF. Windows color (decimal): -6565683 or 13488283. OLE color: 13488283.

HSL color Cylindrical-coordinate representation of color #9BD0CD: hue angle of 176.6º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0CD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB155208205-
CMYK0.2500.010.18
HSL176.6º36.05%71.18%-
HSV(B)176.6º25.48%81.57%-
XYZ47.0956.4966.18-
YUV191.81135.44101.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.29%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=27.29%
G=36.62%
B=36.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552082050.2500.010.18176.636.0571.18
Hex9BD0CD190112b12447
Octal23332031531012226144107
Binary100110111101000011001101110010110010101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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