#93D4DC

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

Shades of Morning Glory #93D4DC

Tints of Morning Glory #93D4DC

Color information

#93D4DC (or 0x93D4DC) is unknown color: approx Morning Glory. HEX triplet: 93, D4 and DC. RGB value is (147,212,220). Sum of RGB (Red+Green+Blue) = 147+212+220=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #93D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4DC is #6C2B23. Grayscale: #C1C1C1. Windows color (decimal): -7088932 or 14472339. OLE color: 14472339.

HSL color Cylindrical-coordinate representation of color #93D4DC: hue angle of 186.58º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D4DC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147212220-
CMYK0.330.0400.14
HSL186.58º51.05%71.96%-
HSV(B)186.58º33.18%86.27%-
XYZ48.4958.4676.44-
YUV193.48142.9794.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.39%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=25.39%
G=36.61%
B=38.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472122200.330.0400.14186.5851.0571.96
Hex93D4DC2140Ebb3348
Octal22332433441401627363110
Binary10010011110101001101110010000110001110101110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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