#93C1C4

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

Shades of Morning Glory #93C1C4

Tints of Morning Glory #93C1C4

Color information

#93C1C4 (or 0x93C1C4) is unknown color: approx Morning Glory. HEX triplet: 93, C1 and C4. RGB value is (147,193,196). Sum of RGB (Red+Green+Blue) = 147+193+196=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #93C1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C1C4 is #6C3E3B. Grayscale: #B3B3B3. Windows color (decimal): -7093820 or 12894611. OLE color: 12894611.

HSL color Cylindrical-coordinate representation of color #93C1C4: hue angle of 183.67º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C1C4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147193196-
CMYK0.250.0200.23
HSL183.67º29.34%67.25%-
HSV(B)183.67º25%76.86%-
XYZ41.0748.3359.39-
YUV179.59137.26104.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=27.43%
G=36.01%
B=36.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471931960.250.0200.23183.6729.3467.25
Hex93C1C4192017b81d43
Octal22330130431202727035103
Binary100100111100000111000100110011001011110111000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,193,196); }

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

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

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

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

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

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

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