#8BE2E0

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

Shades of Morning Glory #8BE2E0

Tints of Morning Glory #8BE2E0

Color information

#8BE2E0 (or 0x8BE2E0) is unknown color: approx Morning Glory. HEX triplet: 8B, E2 and E0. RGB value is (139,226,224). Sum of RGB (Red+Green+Blue) = 139+226+224=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE2E0 is #741D1F. Grayscale: #C7C7C7. Windows color (decimal): -7609632 or 14738059. OLE color: 14738059.

HSL color Cylindrical-coordinate representation of color #8BE2E0: hue angle of 178.62º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE2E0 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB139226224-
CMYK0.3800.010.11
HSL178.62º60%71.57%-
HSV(B)178.62º38.5%88.63%-
XYZ51.365.2680.41-
YUV199.76141.6884.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=23.60%
G=38.37%
B=38.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392262240.3800.010.11178.626071.57
Hex8BE2E02601Bb33c48
Octal21334234046011326374110
Binary100010111110001011100000100110011011101100111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,226,224); }

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

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

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

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

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

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

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