#93BCA8

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

Shades of Skeptic #93BCA8

Tints of Skeptic #93BCA8

Color information

#93BCA8 (or 0x93BCA8) is unknown color: approx Skeptic. HEX triplet: 93, BC and A8. RGB value is (147,188,168). Sum of RGB (Red+Green+Blue) = 147+188+168=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BCA8 is #6C4357. Grayscale: #ADADAD. Windows color (decimal): -7095128 or 11058323. OLE color: 11058323.

HSL color Cylindrical-coordinate representation of color #93BCA8: hue angle of 150.73º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCA8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB147188168-
CMYK0.2200.110.26
HSL150.73º23.43%65.69%-
HSV(B)150.73º21.81%73.73%-
XYZ37.084543.78-
YUV173.46124.92109.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=29.22%
G=37.38%
B=33.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881680.2200.110.26150.7323.4365.69
Hex93BCA8160B1A971742
Octal223274250260133222727102
Binary10010011101111001010100010110010111101010010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,168); }

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

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

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

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

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

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

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