Html Css Color HEX #93DEDB Morning Glory

📋 copy color: '#93DEDB'

red 147 ◦ green 222 ◦ blue 219

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

Shades of Morning Glory #93DEDB

Tints of Morning Glory #93DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.76%

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

R = 25%
G = 37.76%
B = 37.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#93DEDB (or 0x93DEDB) is known color: Morning Glory. HEX triplet: 93, DE and DB. RGB value is (147,222,219). Sum of RGB (Red+Green+Blue) = 147+222+219=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DEDB is #6C2124. Grayscale: #C7C7C7. Windows color (decimal): -7086373 or 14409363. OLE color: 14409363.

HSL color Cylindrical-coordinate representation of color #93DEDB: hue angle of 177.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEDB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 222 219 -
CMYK 0.34 0 0.01 0.13
HSL 177.6º 0.53% 0.72% -
HSV(B) 177.6º 0.34% 0.87% -
XYZ 50.94 63.56 76.6 -
YUV 199.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 147 222 219 0.34 0 0.01 0.13 177.6 0.53 0.72
Hex 93 DE DB 22 0 1 D B2 35 48
Octal 223 336 333 42 0 1 15 262 65 110
Binary 10010011 11011110 11011011 100010 0 1 1101 10110010 110101 1001000

Color Harmonies of #93DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DEDB

Black with #93DEDB

Text Example


Text Example

White with #93DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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