#93D8DD

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

Shades of Morning Glory #93D8DD

Tints of Morning Glory #93D8DD

Color information

#93D8DD (or 0x93D8DD) is unknown color: approx Morning Glory. HEX triplet: 93, D8 and DD. RGB value is (147,216,221). Sum of RGB (Red+Green+Blue) = 147+216+221=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #93D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8DD is #6C2722. Grayscale: #C3C3C3. Windows color (decimal): -7087907 or 14538899. OLE color: 14538899.

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

Color convert

RGB147216221-
CMYK0.330.0200.13
HSL184.05º52.11%72.16%-
HSV(B)184.05º33.48%86.67%-
XYZ49.6460.5477.47-
YUV195.94142.1493.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.17%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=25.17%
G=36.99%
B=37.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472162210.330.0200.13184.0552.1172.16
Hex93D8DD2120Db83448
Octal22333033541201527064110
Binary1001001111011000110111011000011001101101110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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