#9BD2D8

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

Shades of Morning Glory #9BD2D8

Tints of Morning Glory #9BD2D8

Color information

#9BD2D8 (or 0x9BD2D8) is unknown color: approx Morning Glory. HEX triplet: 9B, D2 and D8. RGB value is (155,210,216). Sum of RGB (Red+Green+Blue) = 155+210+216=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BD2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2D8 is #642D27. Grayscale: #C2C2C2. Windows color (decimal): -6565160 or 14209691. OLE color: 14209691.

HSL color Cylindrical-coordinate representation of color #9BD2D8: hue angle of 185.9º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD2D8 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155210216-
CMYK0.280.0300.15
HSL185.9º43.88%72.75%-
HSV(B)185.9º28.24%84.71%-
XYZ48.9658.0273.58-
YUV194.24140.28100.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=26.68%
G=36.14%
B=37.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552102160.280.0300.15185.943.8872.75
Hex9BD2D81C30Fba2c49
Octal23332233034301727254111
Binary100110111101001011011000111001101111101110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,210,216); }

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

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

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

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

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

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

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