#93DCDB

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

Shades of Morning Glory #93DCDB

Tints of Morning Glory #93DCDB

Color information

#93DCDB (or 0x93DCDB) is unknown color: approx Morning Glory. HEX triplet: 93, DC and DB. RGB value is (147,220,219). Sum of RGB (Red+Green+Blue) = 147+220+219=586 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.09% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCDB is #6C2324. Grayscale: #C5C5C5. Windows color (decimal): -7086885 or 14408851. OLE color: 14408851.

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

Color convert

RGB147220219-
CMYK0.3300.000.14
HSL179.18º51.05%71.96%-
HSV(B)179.18º33.18%86.27%-
XYZ50.4162.576.43-
YUV198.06139.8291.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.09%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=25.09%
G=37.54%
B=37.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472202190.3300.000.14179.1851.0571.96
Hex93DCDB2100Eb33348
Octal22333433341001626363110
Binary100100111101110011011011100001001110101100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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