#93DAD6

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

Shades of Morning Glory #93DAD6

Tints of Morning Glory #93DAD6

Color information

#93DAD6 (or 0x93DAD6) is unknown color: approx Morning Glory. HEX triplet: 93, DA and D6. RGB value is (147,218,214). Sum of RGB (Red+Green+Blue) = 147+218+214=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAD6 is #6C2529. Grayscale: #C4C4C4. Windows color (decimal): -7087402 or 14080659. OLE color: 14080659.

HSL color Cylindrical-coordinate representation of color #93DAD6: hue angle of 176.62º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAD6 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB147218214-
CMYK0.3300.020.15
HSL176.62º48.97%71.57%-
HSV(B)176.62º32.57%85.49%-
XYZ49.2461.272.84-
YUV196.32137.9892.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.39%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=25.39%
G=37.65%
B=36.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472182140.3300.020.15176.6248.9771.57
Hex93DAD62102Fb13148
Octal22333232641021726161110
Binary1001001111011010110101101000010101111101100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,214); }

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

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

 a { background-color: rgb(147,218,214); }

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

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

 span { border-color: rgb(147,218,214); }

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