#93DCDD

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

Shades of Morning Glory #93DCDD

Tints of Morning Glory #93DCDD

Color information

#93DCDD (or 0x93DCDD) is unknown color: approx Morning Glory. HEX triplet: 93, DC and DD. RGB value is (147,220,221). Sum of RGB (Red+Green+Blue) = 147+220+221=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #93DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCDD is #6C2322. Grayscale: #C6C6C6. Windows color (decimal): -7086883 or 14539923. OLE color: 14539923.

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

Color convert

RGB147220221-
CMYK0.330.0000.13
HSL180.81º52.11%72.16%-
HSV(B)180.81º33.48%86.67%-
XYZ50.6862.6177.82-
YUV198.29140.8291.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=25%
G=37.41%
B=37.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472202210.330.0000.13180.8152.1172.16
Hex93DCDD2100Db53448
Octal22333433541001526564110
Binary100100111101110011011101100001001101101101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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