#8BD9D8

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

Shades of Morning Glory #8BD9D8

Tints of Morning Glory #8BD9D8

Color information

#8BD9D8 (or 0x8BD9D8) is unknown color: approx Morning Glory. HEX triplet: 8B, D9 and D8. RGB value is (139,217,216). Sum of RGB (Red+Green+Blue) = 139+217+216=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD9D8 is #742627. Grayscale: #C1C1C1. Windows color (decimal): -7611944 or 14211467. OLE color: 14211467.

HSL color Cylindrical-coordinate representation of color #8BD9D8: hue angle of 179.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9D8 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB139217216-
CMYK0.3600.000.15
HSL179.23º50.65%69.8%-
HSV(B)179.23º35.94%85.1%-
XYZ47.8560.0774.04-
YUV193.56140.6689.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=24.30%
G=37.94%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392172160.3600.000.15179.2350.6569.8
Hex8BD9D82400Fb33346
Octal21333133044001726363106
Binary100010111101100111011000100100001111101100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BD9D8; }

 p { color: rgb(139,217,216); }

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

<style>
 a { background-color: #8BD9D8; }

 a { background-color: rgb(139,217,216); }

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

<style>
 span { border-color: #8BD9D8; }

 span { border-color: rgb(139,217,216); }

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