#8BDFDE

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

Shades of Morning Glory #8BDFDE

Tints of Morning Glory #8BDFDE

Color information

#8BDFDE (or 0x8BDFDE) is unknown color: approx Morning Glory. HEX triplet: 8B, DF and DE. RGB value is (139,223,222). Sum of RGB (Red+Green+Blue) = 139+223+222=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFDE is #742021. Grayscale: #C5C5C5. Windows color (decimal): -7610402 or 14606219. OLE color: 14606219.

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

Color convert

RGB139223222-
CMYK0.3800.000.13
HSL179.29º56.76%70.98%-
HSV(B)179.29º37.67%87.45%-
XYZ50.2263.5478.72-
YUV197.77141.6786.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.80%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=23.80%
G=38.18%
B=38.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392232220.3800.000.13179.2956.7670.98
Hex8BDFDE2600Db33947
Octal21333733646001526371107
Binary100010111101111111011110100110001101101100111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,222); }

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

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

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

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

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

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

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