Html Css Color HEX #93E0DB Morning Glory

📋 copy color: '#93E0DB'

red 147 ◦ green 224 ◦ blue 219

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

Shades of Morning Glory #93E0DB

Tints of Morning Glory #93E0DB

RGB

 RED value IS 147 (57.81% from 255) = 24.92%

 GREEN value IS 224 (87.89% from 255) = 37.97%

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 24.92%
G = 37.97%
B = 37.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#93E0DB (or 0x93E0DB) is known color: Morning Glory. HEX triplet: 93, E0 and DB. RGB value is (147,224,219). Sum of RGB (Red+Green+Blue) = 147+224+219=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E0DB is #6C1F24. Grayscale: #C8C8C8. Windows color (decimal): -7085861 or 14409875. OLE color: 14409875.

HSL color Cylindrical-coordinate representation of color #93E0DB: hue angle of 176.1º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93E0DB is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 224 219 -
CMYK 0.34 0 0.02 0.12
HSL 176.1º 0.55% 0.73% -
HSV(B) 176.1º 0.34% 0.88% -
XYZ 51.47 64.63 76.78 -
YUV 200.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 147 224 219 0.34 0 0.02 0.12 176.1 0.55 0.73
Hex 93 E0 DB 22 0 2 C B0 37 49
Octal 223 340 333 42 0 2 14 260 67 111
Binary 10010011 11100000 11011011 100010 0 10 1100 10110000 110111 1001001

Color Harmonies of #93E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E0DB

Black with #93E0DB

Text Example


Text Example

White with #93E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93E0DB; }

 p { color: rgb(147,224,219); }

 H1.HeaderClassName
 {
   color: #93E0DB;
 }
 .AnyTagClassName
 {
   color: #93E0DB;
 }
</style>

background-color css

<style>
 a { background-color: #93E0DB; }

 a { background-color: rgb(147,224,219); }

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

border-color css

<style>
 span { border-color: #93E0DB; }

 span { border-color: rgb(147,224,219); }

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