#93B5A9

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

Shades of Skeptic #93B5A9

Tints of Skeptic #93B5A9

Color information

#93B5A9 (or 0x93B5A9) is unknown color: approx Skeptic. HEX triplet: 93, B5 and A9. RGB value is (147,181,169). Sum of RGB (Red+Green+Blue) = 147+181+169=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5A9 is #6C4A56. Grayscale: #A9A9A9. Windows color (decimal): -7096919 or 11122067. OLE color: 11122067.

HSL color Cylindrical-coordinate representation of color #93B5A9: hue angle of 158.82º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B5A9 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB147181169-
CMYK0.1900.070.29
HSL158.82º18.68%64.31%-
HSV(B)158.82º18.78%70.98%-
XYZ35.7242.1243.78-
YUV169.47127.74111.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=29.58%
G=36.42%
B=34.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811690.1900.070.29158.8218.6864.31
Hex93B5A913071D9f1340
Octal22326525123073523723100
Binary1001001110110101101010011001101111110110011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,181,169); }

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

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

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

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

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

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

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