#93C7CC

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

Shades of Morning Glory #93C7CC

Tints of Morning Glory #93C7CC

Color information

#93C7CC (or 0x93C7CC) is unknown color: approx Morning Glory. HEX triplet: 93, C7 and CC. RGB value is (147,199,204). Sum of RGB (Red+Green+Blue) = 147+199+204=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #93C7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C7CC is #6C3833. Grayscale: #B7B7B7. Windows color (decimal): -7092276 or 13420435. OLE color: 13420435.

HSL color Cylindrical-coordinate representation of color #93C7CC: hue angle of 185.26º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93C7CC is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147199204-
CMYK0.280.0200.2
HSL185.26º35.85%68.82%-
HSV(B)185.26º27.94%80%-
XYZ43.3651.4164.76-
YUV184.02139.27101.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.73%
GREEN value IS 199 (78.12% from 255) = 36.18%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=26.73%
G=36.18%
B=37.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471992040.280.0200.2185.2635.8568.82
Hex93C7CC1C2014b92445
Octal22330731434202427144105
Binary1001001111000111110011001110010010100101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,199,204); }

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

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

 a { background-color: rgb(147,199,204); }

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

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

 span { border-color: rgb(147,199,204); }

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