#93CCCC

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

Shades of Morning Glory #93CCCC

Tints of Morning Glory #93CCCC

Color information

#93CCCC (or 0x93CCCC) is unknown color: approx Morning Glory. HEX triplet: 93, CC and CC. RGB value is (147,204,204). Sum of RGB (Red+Green+Blue) = 147+204+204=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #93CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCCC is #6C3333. Grayscale: #BABABA. Windows color (decimal): -7090996 or 13421715. OLE color: 13421715.

HSL color Cylindrical-coordinate representation of color #93CCCC: hue angle of 180º 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 #93CCCC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147204204-
CMYK0.28000.2
HSL180º35.85%68.82%-
HSV(B)180º27.94%80%-
XYZ44.5253.7565.15-
YUV186.96137.6299.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=26.49%
G=36.76%
B=36.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472042040.28000.218035.8568.82
Hex93CCCC1C0014b42445
Octal22331431434002426444105
Binary100100111100110011001100111000010100101101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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