#93DDDC

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

Shades of Morning Glory #93DDDC

Tints of Morning Glory #93DDDC

Color information

#93DDDC (or 0x93DDDC) is unknown color: approx Morning Glory. HEX triplet: 93, DD and DC. RGB value is (147,221,220). Sum of RGB (Red+Green+Blue) = 147+221+220=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDDC is #6C2223. Grayscale: #C6C6C6. Windows color (decimal): -7086628 or 14474643. OLE color: 14474643.

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

Color convert

RGB147221220-
CMYK0.3300.000.13
HSL179.19º52.11%72.16%-
HSV(B)179.19º33.48%86.67%-
XYZ50.8163.0877.21-
YUV198.76139.9891.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=25%
G=37.59%
B=37.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472212200.3300.000.13179.1952.1172.16
Hex93DDDC2100Db33448
Octal22333533441001526364110
Binary100100111101110111011100100001001101101100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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