#8BDDDD

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

Shades of Morning Glory #8BDDDD

Tints of Morning Glory #8BDDDD

Color information

#8BDDDD (or 0x8BDDDD) is unknown color: approx Morning Glory. HEX triplet: 8B, DD and DD. RGB value is (139,221,221). Sum of RGB (Red+Green+Blue) = 139+221+221=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #8BDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDDD is #742222. Grayscale: #C4C4C4. Windows color (decimal): -7610915 or 14540171. OLE color: 14540171.

HSL color Cylindrical-coordinate representation of color #8BDDDD: hue angle of 180º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDDD is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139221221-
CMYK0.37000.13
HSL180º54.67%70.59%-
HSV(B)180º37.1%86.67%-
XYZ49.5662.4277.84-
YUV196.48141.8387-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.92%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=23.92%
G=38.04%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392212210.37000.1318054.6770.59
Hex8BDDDD2500Db43747
Octal21333533545001526467107
Binary100010111101110111011101100101001101101101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,221,221); }

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

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

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

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

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

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

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