#8BD7D8

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

Shades of Morning Glory #8BD7D8

Tints of Morning Glory #8BD7D8

Color information

#8BD7D8 (or 0x8BD7D8) is unknown color: approx Morning Glory. HEX triplet: 8B, D7 and D8. RGB value is (139,215,216). Sum of RGB (Red+Green+Blue) = 139+215+216=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BD7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7D8 is #742827. Grayscale: #C0C0C0. Windows color (decimal): -7612456 or 14210955. OLE color: 14210955.

HSL color Cylindrical-coordinate representation of color #8BD7D8: hue angle of 180.78º degrees, saturation: 0.5, 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 #8BD7D8 is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139215216-
CMYK0.360.0000.15
HSL180.78º49.68%69.61%-
HSV(B)180.78º35.65%84.71%-
XYZ47.3459.0573.87-
YUV192.39141.3289.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.39%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=24.39%
G=37.72%
B=37.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392152160.360.0000.15180.7849.6869.61
Hex8BD7D82400Fb53246
Octal21332733044001726562106
Binary100010111101011111011000100100001111101101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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