#93DCDA

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

Shades of Morning Glory #93DCDA

Tints of Morning Glory #93DCDA

Color information

#93DCDA (or 0x93DCDA) is unknown color: approx Morning Glory. HEX triplet: 93, DC and DA. RGB value is (147,220,218). Sum of RGB (Red+Green+Blue) = 147+220+218=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCDA is #6C2325. Grayscale: #C5C5C5. Windows color (decimal): -7086886 or 14343315. OLE color: 14343315.

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

Color convert

RGB147220218-
CMYK0.3300.010.14
HSL178.36º51.05%71.96%-
HSV(B)178.36º33.18%86.27%-
XYZ50.2862.4575.73-
YUV197.94139.3291.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=25.13%
G=37.61%
B=37.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472202180.3300.010.14178.3651.0571.96
Hex93DCDA2101Eb23348
Octal22333433241011626263110
Binary100100111101110011011010100001011110101100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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