#9BCDCD

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

Shades of Morning Glory #9BCDCD

Tints of Morning Glory #9BCDCD

Color information

#9BCDCD (or 0x9BCDCD) is unknown color: approx Morning Glory. HEX triplet: 9B, CD and CD. RGB value is (155,205,205). Sum of RGB (Red+Green+Blue) = 155+205+205=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #9BCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDCD is #643232. Grayscale: #BEBEBE. Windows color (decimal): -6566451 or 13487515. OLE color: 13487515.

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

Color convert

RGB155205205-
CMYK0.24000.20
HSL180º33.33%70.59%-
HSV(B)180º24.39%80.39%-
XYZ46.3755.0465.94-
YUV190.05136.44103-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=27.43%
G=36.28%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552052050.24000.2018033.3370.59
Hex9BCDCD180014b42147
Octal23331531530002426441107
Binary100110111100110111001101110000010100101101001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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