#93D8DE

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

Shades of Morning Glory #93D8DE

Tints of Morning Glory #93D8DE

Color information

#93D8DE (or 0x93D8DE) is unknown color: approx Morning Glory. HEX triplet: 93, D8 and DE. RGB value is (147,216,222). Sum of RGB (Red+Green+Blue) = 147+216+222=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #93D8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8DE is #6C2721. Grayscale: #C3C3C3. Windows color (decimal): -7087906 or 14604435. OLE color: 14604435.

HSL color Cylindrical-coordinate representation of color #93D8DE: hue angle of 184.8º 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 #93D8DE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147216222-
CMYK0.340.0300.13
HSL184.8º53.19%72.35%-
HSV(B)184.8º33.78%87.06%-
XYZ49.7760.5978.18-
YUV196.05142.6493.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=25.13%
G=36.92%
B=37.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472162220.340.0300.13184.853.1972.35
Hex93D8DE2230Db93548
Octal22333033642301527165110
Binary1001001111011000110111101000101101101101110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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