#93DDDD

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

Shades of Morning Glory #93DDDD

Tints of Morning Glory #93DDDD

Color information

#93DDDD (or 0x93DDDD) is unknown color: approx Morning Glory. HEX triplet: 93, DD and DD. RGB value is (147,221,221). Sum of RGB (Red+Green+Blue) = 147+221+221=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #93DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDDD is #6C2222. Grayscale: #C6C6C6. Windows color (decimal): -7086627 or 14540179. OLE color: 14540179.

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

Color convert

RGB147221221-
CMYK0.33000.13
HSL180º52.11%72.16%-
HSV(B)180º33.48%86.67%-
XYZ50.9463.1477.91-
YUV198.87140.4891-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=24.96%
G=37.52%
B=37.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472212210.33000.1318052.1172.16
Hex93DDDD2100Db43448
Octal22333533541001526464110
Binary100100111101110111011101100001001101101101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,221); }

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

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

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

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

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

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

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