Html Css Color HEX #8BE1DE Morning Glory

📋 copy color: '#8BE1DE'

red 139 ◦ green 225 ◦ blue 222

#8BE1DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #8BE1DE

Tints of Morning Glory #8BE1DE

RGB

 RED value IS 139 (54.69% from 255) = 23.72%

 GREEN value IS 225 (88.28% from 255) = 38.4%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 23.72%
G = 38.4%
B = 37.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#8BE1DE (or 0x8BE1DE) is known color: Morning Glory. HEX triplet: 8B, E1 and DE. RGB value is (139,225,222). Sum of RGB (Red+Green+Blue) = 139+225+222=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1DE is #741E21. Grayscale: #C6C6C6. Windows color (decimal): -7609890 or 14606731. OLE color: 14606731.

HSL color Cylindrical-coordinate representation of color #8BE1DE: hue angle of 177.91º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1DE is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 225 222 -
CMYK 0.38 0 0.01 0.12
HSL 177.91º 0.59% 0.71% -
HSV(B) 177.91º 0.38% 0.88% -
XYZ 50.76 64.61 78.9 -
YUV 198.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 139 225 222 0.38 0 0.01 0.12 177.91 0.59 0.71
Hex 8B E1 DE 26 0 1 C B2 3B 47
Octal 213 341 336 46 0 1 14 262 73 107
Binary 10001011 11100001 11011110 100110 0 1 1100 10110010 111011 1000111

Color Harmonies of #8BE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE1DE

Black with #8BE1DE

Text Example


Text Example

White with #8BE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BE1DE;
 }
 .AnyTagClassName
 {
   color: #8BE1DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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