#93D3D8

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

Shades of Morning Glory #93D3D8

Tints of Morning Glory #93D3D8

Color information

#93D3D8 (or 0x93D3D8) is unknown color: approx Morning Glory. HEX triplet: 93, D3 and D8. RGB value is (147,211,216). Sum of RGB (Red+Green+Blue) = 147+211+216=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #93D3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3D8 is #6C2C27. Grayscale: #C0C0C0. Windows color (decimal): -7089192 or 14209939. OLE color: 14209939.

HSL color Cylindrical-coordinate representation of color #93D3D8: hue angle of 184.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D3D8 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147211216-
CMYK0.320.0200.15
HSL184.35º46.94%71.18%-
HSV(B)184.35º31.94%84.71%-
XYZ47.7257.7573.6-
YUV192.43141.395.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.61%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=25.61%
G=36.76%
B=37.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472112160.320.0200.15184.3546.9471.18
Hex93D3D82020Fb82f47
Octal22332333040201727057107
Binary1001001111010011110110001000001001111101110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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