#93DCDE

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

Shades of Morning Glory #93DCDE

Tints of Morning Glory #93DCDE

Color information

#93DCDE (or 0x93DCDE) is unknown color: approx Morning Glory. HEX triplet: 93, DC and DE. RGB value is (147,220,222). Sum of RGB (Red+Green+Blue) = 147+220+222=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #93DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCDE is #6C2321. Grayscale: #C6C6C6. Windows color (decimal): -7086882 or 14605459. OLE color: 14605459.

HSL color Cylindrical-coordinate representation of color #93DCDE: hue angle of 181.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DCDE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147220222-
CMYK0.340.0100.13
HSL181.6º53.19%72.35%-
HSV(B)181.6º33.78%87.06%-
XYZ50.8162.6678.52-
YUV198.4141.3291.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=24.96%
G=37.35%
B=37.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472202220.340.0100.13181.653.1972.35
Hex93DCDE2210Db63548
Octal22333433642101526665110
Binary100100111101110011011110100010101101101101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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