#93DDD6

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

Shades of Morning Glory #93DDD6

Tints of Morning Glory #93DDD6

Color information

#93DDD6 (or 0x93DDD6) is unknown color: approx Morning Glory. HEX triplet: 93, DD and D6. RGB value is (147,221,214). Sum of RGB (Red+Green+Blue) = 147+221+214=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDD6 is #6C2229. Grayscale: #C6C6C6. Windows color (decimal): -7086634 or 14081427. OLE color: 14081427.

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

Color convert

RGB147221214-
CMYK0.3300.030.13
HSL174.32º52.11%72.16%-
HSV(B)174.32º33.48%86.67%-
XYZ50.0362.7773.1-
YUV198.08136.9891.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.26%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=25.26%
G=37.97%
B=36.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472212140.3300.030.13174.3252.1172.16
Hex93DDD62103Dae3448
Octal22333532641031525664110
Binary1001001111011101110101101000010111101101011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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