#9BD5D8

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

Shades of Morning Glory #9BD5D8

Tints of Morning Glory #9BD5D8

Color information

#9BD5D8 (or 0x9BD5D8) is unknown color: approx Morning Glory. HEX triplet: 9B, D5 and D8. RGB value is (155,213,216). Sum of RGB (Red+Green+Blue) = 155+213+216=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BD5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5D8 is #642A27. Grayscale: #C3C3C3. Windows color (decimal): -6564392 or 14210459. OLE color: 14210459.

HSL color Cylindrical-coordinate representation of color #9BD5D8: hue angle of 182.95º 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 #9BD5D8 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155213216-
CMYK0.280.0100.15
HSL182.95º43.88%72.75%-
HSV(B)182.95º28.24%84.71%-
XYZ49.7159.5173.83-
YUV196139.2898.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=26.54%
G=36.47%
B=36.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552132160.280.0100.15182.9543.8872.75
Hex9BD5D81C10Fb72c49
Octal23332533034101726754111
Binary10011011110101011101100011100101111101101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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