#93DAD8

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

Shades of Morning Glory #93DAD8

Tints of Morning Glory #93DAD8

Color information

#93DAD8 (or 0x93DAD8) is unknown color: approx Morning Glory. HEX triplet: 93, DA and D8. RGB value is (147,218,216). Sum of RGB (Red+Green+Blue) = 147+218+216=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAD8 is #6C2527. Grayscale: #C4C4C4. Windows color (decimal): -7087400 or 14211731. OLE color: 14211731.

HSL color Cylindrical-coordinate representation of color #93DAD8: hue angle of 178.31º 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 #93DAD8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB147218216-
CMYK0.3300.010.15
HSL178.31º48.97%71.57%-
HSV(B)178.31º32.57%85.49%-
XYZ49.561.374.19-
YUV196.54138.9892.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.30%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=25.30%
G=37.52%
B=37.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472182160.3300.010.15178.3148.9771.57
Hex93DAD82101Fb23148
Octal22333233041011726261110
Binary100100111101101011011000100001011111101100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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